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