Pyrogenesis  trunk
Public Member Functions | Public Attributes | List of all members
ScriptInterface::CustomType Struct Reference

Public Member Functions

 CustomType ()
 
CustomTypeoperator= (CustomType &&other)
 
 CustomType (CustomType &&other)
 

Public Attributes

JS::PersistentRootedObject m_Prototype
 
JSClass * m_Class
 
JSNative m_Constructor
 

Constructor & Destructor Documentation

ScriptInterface::CustomType::CustomType ( )
inline
ScriptInterface::CustomType::CustomType ( CustomType &&  other)
inline

Member Function Documentation

CustomType& ScriptInterface::CustomType::operator= ( CustomType &&  other)
inline

Member Data Documentation

JSClass* ScriptInterface::CustomType::m_Class
JSNative ScriptInterface::CustomType::m_Constructor
JS::PersistentRootedObject ScriptInterface::CustomType::m_Prototype

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