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

Check that the 'this' pointer has a particular native type ('Relay'). 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>
struct gnash::ThisIsNative< T >

Check that the 'this' pointer has a particular native type ('Relay').

This is the most likely of the cases to reflect AS behaviour.

Member Typedef Documentation

§ value_type

template<typename T >
typedef T gnash::ThisIsNative< T >::value_type

Member Function Documentation

§ operator()()

template<typename T >
value_type* gnash::ThisIsNative< T >::operator() ( const as_object o) const
inline

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