Gnash 0.8.10dev
Public Types | Public Member Functions
gnash::IsDisplayObject< T > Struct Template Reference

Check that the 'this' pointer is a DisplayObject. More...

#include <fn_call.h>

List of all members.

Public Types

typedef T value_type

Public Member Functions

value_typeoperator() (const as_object *o) const

Detailed Description

template<typename T = DisplayObject>
struct gnash::IsDisplayObject< T >

Check that the 'this' pointer is a DisplayObject.

By default this just checks for any DisplayObject type.


Member Typedef Documentation

template<typename T = DisplayObject>
typedef T gnash::IsDisplayObject< T >::value_type

Member Function Documentation

template<typename T = DisplayObject>
value_type* gnash::IsDisplayObject< T >::operator() ( const as_object o) const [inline]

The documentation for this struct was generated from the following file: