This singleton defines the TerraLib Data Access module entry.
More...
#include <Module.h>
This singleton defines the TerraLib Data Access module entry.
Definition at line 41 of file Module.h.
te::da::Module::Module |
( |
| ) |
|
|
protected |
The singleton constructor is not callable outside the class.
te::da::Module::~Module |
( |
| ) |
|
|
protected |
static void te::da::Module::finalize |
( |
| ) |
|
|
staticprivate |
This is the cleanup function for the TerraLib Data Access module.
- Note
- This method can finalize the pool manager if automatic initialization is on.
It returns a reference to the singleton instance.
- Returns
- A reference to the singleton instance.
static void te::da::Module::initialize |
( |
| ) |
|
|
staticprivate |
This is the startup function for the TerraLib Data Access module.
- Note
- This method can initialize the pool manager if automatic initialization is on.
const Module& te::da::Module::sm_module |
|
staticprivate |
Just to make a static initialization.
Definition at line 71 of file Module.h.
The documentation for this class was generated from the following file:
- /home/castejon/castejon_files/develop/terralib5/git_master/src/terralib/dataaccess/Module.h