Gnash  0.8.11dev
Public Attributes | List of all members
gnash::ClassHierarchy::ExtensionClass Struct Reference

#include <ClassHierarchy.h>

Public Attributes

std::string file_name
 The filename for the library relative to the plugins directory. More...
 
std::string init_name
 
const ObjectURI uri
 
int version
 The version at which this should be added. More...
 

Member Data Documentation

§ file_name

std::string gnash::ClassHierarchy::ExtensionClass::file_name

The filename for the library relative to the plugins directory.

§ init_name

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

§ uri

const ObjectURI gnash::ClassHierarchy::ExtensionClass::uri

§ version

int gnash::ClassHierarchy::ExtensionClass::version

The version at which this should be added.


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