27 #include "../common/Logger.h" 
   28 #include "../common/TerraLib.h" 
   29 #include "../common/Translator.h" 
Module()
The singleton constructor is not callable outside the class. 
 
This internal structure is used to model the basic information about a TerraLib module. 
 
Configuration flags for the Serialization API of TerraLib. 
 
static void initialize()
This is the startup function for the TerraLib Serialization module. 
 
const te::at::Module & sm_module
This is a helper function that will be automatically called when the TerraLib Annotation Text module ...
 
#define TR_SERIALIZATION(message)
It marks a string in order to get translated. This is a special mark used in the XML module of TerraL...
 
#define TE_SERIALIZATION_MODULE_NAME
 
static void finalize()
This is the cleanup function for the TerraLib Serialization module. 
 
#define TE_LOG_TRACE(msg)
Use this tag in order to log a message to a specified logger with the TRACE level. 
 
void remove(const std::string &moduleName)
It removes the module entry identified by the given name. 
 
#define TE_SERIALIZATION_TEXT_DOMAIN_DIR
It contains the translation catalog directory. 
 
#define TE_ADD_TEXT_DOMAIN(domain, domaindir, codeset)
It adds the given text domain located at domain-dir with the given codeset to the multilingual system...
 
This singleton defines the TerraLib Map Tools module entry. 
 
#define TE_SERIALIZATION_TEXT_DOMAIN
It contains the name of the text domain used in the translation of messages in TerraLib XML module...
 
static Module & getInstance()
It returns a reference to the singleton instance. 
 
void add(const Module &m)
It registers the module in the TerraLib Platform.