This singleton defines the TerraLib's Google JavaScript V8 Common Runtime module entry. More...
#include <Module.h>
Static Public Member Functions | |
| static Module & | getInstance () |
| It returns a reference to the singleton instance. More... | |
Protected Member Functions | |
| Module () | |
| The singleton constructor is not callable outside the class. More... | |
| ~Module () | |
Static Private Member Functions | |
| static void | finalize () |
| This is the cleanup function for the TerraLib V8 Common Runtime module. More... | |
| static void | initialize () |
| This is the startup function for the TerraLib V8 Common Runtime module. More... | |
Static Private Attributes | |
| static const Module & | sm_module |
| Just to make a static initialization. More... | |
Friends | |
| class | te::common::Singleton< Module > |
This singleton defines the TerraLib's Google JavaScript V8 Common Runtime module entry.
Definition at line 43 of file src/terralib/binding/v8/common/Module.h.
|
protected |
The singleton constructor is not callable outside the class.
Definition at line 59 of file src/terralib/binding/v8/common/Module.cpp.
References TerraLib::add(), finalize(), te::common::Singleton< JsContextManager >::getInstance(), te::common::Singleton< TerraLib >::getInstance(), initialize(), TE_ADD_TEXT_DOMAIN, TE_V8_COMMON_MODULE_NAME, TE_V8COMMON_TEXT_DOMAIN, and TE_V8COMMON_TEXT_DOMAIN_DIR.
|
protected |
Definition at line 76 of file src/terralib/binding/v8/common/Module.cpp.
References te::common::Singleton< JsContextManager >::getInstance(), te::common::Singleton< TerraLib >::getInstance(), TerraLib::remove(), and TE_V8_COMMON_MODULE_NAME.
|
staticprivate |
This is the cleanup function for the TerraLib V8 Common Runtime module.
Definition at line 92 of file src/terralib/binding/v8/common/Module.cpp.
References TE_LOG_TRACE, and TR_V8COMMON.
Referenced by Module().
|
staticinherited |
It returns a reference to the singleton instance.
|
staticprivate |
This is the startup function for the TerraLib V8 Common Runtime module.
Definition at line 87 of file src/terralib/binding/v8/common/Module.cpp.
References TE_LOG_TRACE, and TR_V8COMMON.
Referenced by Module().
|
friend |
Definition at line 45 of file src/terralib/binding/v8/common/Module.h.
|
staticprivate |
Just to make a static initialization.
Definition at line 73 of file src/terralib/binding/v8/common/Module.h.