#include <ClassHierarchy.h>
List of all members.
Public Attributes |
| std::string | file_name |
| | The filename for the library relative to the plugins directory.
|
| std::string | init_name |
| const ObjectURI | uri |
| int | version |
| | The version at which this should be added.
|
Member Data Documentation
| std::string gnash::ClassHierarchy::ExtensionClass::file_name |
The filename for the library relative to the plugins directory.
| std::string gnash::ClassHierarchy::ExtensionClass::init_name |
Initialization function name
The name of the function which will yield the prototype
object. It should be a function with signature:
void init_name(as_object &obj);
which sets its prototype as the member 'name' in the
object. See extensions/mysql/mysql_db.cpp function
mysql_class_init
| const ObjectURI gnash::ClassHierarchy::ExtensionClass::uri |
| int gnash::ClassHierarchy::ExtensionClass::version |
The version at which this should be added.
The documentation for this struct was generated from the following file: