Gnash
0.8.10
|
#include <ClassHierarchy.h>
Public Types | |
typedef void(* | InitFunc )(as_object &obj, const ObjectURI &uri) |
The type of function to use for initialization. | |
Public Member Functions | |
NativeClass (InitFunc init, const ObjectURI &u, int ver) | |
Public Attributes | |
InitFunc | initializer |
const ObjectURI | uri |
The name of the class. | |
int | version |
The version at which this should be visible. |
typedef void(* gnash::ClassHierarchy::NativeClass::InitFunc)(as_object &obj, const ObjectURI &uri) |
The type of function to use for initialization.
gnash::ClassHierarchy::NativeClass::NativeClass | ( | InitFunc | init, |
const ObjectURI & | u, | ||
int | ver | ||
) | [inline] |
The initialization function
See ExtensionClass.init_name for the necessary function.
The name of the class.
Referenced by gnash::ClassHierarchy::declareClass().
The version at which this should be visible.
Referenced by gnash::ClassHierarchy::declareClass().