te::v8::common::Module Class Reference

This singleton defines the TerraLib's Google JavaScript V8 Common Runtime module entry. More...

#include <Module.h>

Inheritance diagram for te::v8::common::Module:
te::common::Singleton< Module >

Static Public Member Functions

static ModulegetInstance ()
 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 Modulesm_module
 Just to make a static initialization. More...
 

Friends

class te::common::Singleton< Module >
 

Detailed Description

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.

Constructor & Destructor Documentation

Member Function Documentation

void te::v8::common::Module::finalize ( )
staticprivate

This is the cleanup function for the TerraLib V8 Common Runtime module.

Note
This method doesn't perform operations for this module.

Definition at line 92 of file src/terralib/binding/v8/common/Module.cpp.

References TE_LOG_TRACE, and TR_V8COMMON.

Referenced by Module().

static Module & te::common::Singleton< Module >::getInstance ( )
staticinherited

It returns a reference to the singleton instance.

Returns
A reference to the singleton instance.
void te::v8::common::Module::initialize ( )
staticprivate

This is the startup function for the TerraLib V8 Common Runtime module.

Note
This method doesn't perform operations for this module.

Definition at line 87 of file src/terralib/binding/v8/common/Module.cpp.

References TE_LOG_TRACE, and TR_V8COMMON.

Referenced by Module().

Friends And Related Function Documentation

friend class te::common::Singleton< Module >
friend

Definition at line 45 of file src/terralib/binding/v8/common/Module.h.

Member Data Documentation

const Module& te::v8::common::Module::sm_module
staticprivate

Just to make a static initialization.

Definition at line 73 of file src/terralib/binding/v8/common/Module.h.


The documentation for this class was generated from the following files: