Gnash  0.8.11dev
Public Types | Public Member Functions | List of all members
gnash::IsDisplayObject< T > Struct Template Reference

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

#include <fn_call.h>

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

§ value_type

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

Member Function Documentation

§ operator()()

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: