All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
kanzi::Global Struct Reference

#include <kanzi/execute_script_action.hpp>

Public Types

typedef
v8::StdPersistentValueMap
< const Metaclass
*, v8::FunctionTemplate > 
FunctionTemplateMap
 
typedef shared_ptr
< FunctionTemplateMap
FunctionTemplateMapSharedPtr
 

Public Member Functions

 Global ()
 
 ~Global ()
 

Public Attributes

v8::Isolate * m_isolate
 
PersistentFunctionTemplate m_colorConstructor
 
PersistentFunctionTemplate m_vector2Constructor
 
FunctionTemplateMapSharedPtr m_functions
 

Member Typedef Documentation

typedef v8::StdPersistentValueMap<const Metaclass*, v8::FunctionTemplate> kanzi::Global::FunctionTemplateMap

Constructor & Destructor Documentation

kanzi::Global::Global ( )
inlineexplicit
kanzi::Global::~Global ( )
inline

Member Data Documentation

v8::Isolate* kanzi::Global::m_isolate
PersistentFunctionTemplate kanzi::Global::m_colorConstructor
PersistentFunctionTemplate kanzi::Global::m_vector2Constructor
FunctionTemplateMapSharedPtr kanzi::Global::m_functions

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