26#ifndef __TERRALIB_RP_INTERNAL_MODULE_H
27#define __TERRALIB_RP_INTERNAL_MODULE_H
Template support for singleton pattern.
Template support for singleton pattern.
std::shared_ptr< TerraLib::Module > m_module
static const std::string getLastLogStr()
Returns the last log string generated by this module.
static std::string m_lastLogString
The last error string generated by this module.
static void setLastLogStr(const std::string &errorStr)
Set the last log string generated by this module.
Module()
The singleton constructor is not callable outside the class.
static std::mutex m_mutex
Static mutex.
static const Module & sm_module
Just to make a static initialization.
static void initialize()
This is the startup function for the TerraLib Raster Processing module.
static void finalize()
This is the cleanup function for the TerraLib DataType module.
An utility class to control the startup and cleanup of the TerraLib Platform and its resources.
Namespace for Raster Processing module of TerraLib.
Configuration flags for the Raster Processing module of TerraLib.
#define TERPEXPORT
You can use this macro in order to export/import classes and functions from this module.