This internal structure is used to model the basic information about a TerraLib module. More...
#include <TerraLib.h>
Public Attributes | |
| CleanupFptr | m_cleanupFptr | 
| The module finalization routine.  More... | |
| std::string | m_name | 
| The module name: an internal value used to identify the module in the system. Must be a unique value.  More... | |
| StartupFptr | m_startFptr | 
| The module initialization routine.  More... | |
This internal structure is used to model the basic information about a TerraLib module.
Definition at line 97 of file TerraLib.h.
| CleanupFptr TerraLib::Module::m_cleanupFptr | 
The module finalization routine.
Definition at line 101 of file TerraLib.h.
Referenced by TerraLib::finalize().
| std::string TerraLib::Module::m_name | 
The module name: an internal value used to identify the module in the system. Must be a unique value.
Definition at line 99 of file TerraLib.h.
Referenced by TerraLib::remove().
| StartupFptr TerraLib::Module::m_startFptr | 
The module initialization routine.
Definition at line 100 of file TerraLib.h.
Referenced by TerraLib::initialize().