26 #ifndef __TERRALIB_ADDRESSGEOCODING_CORE_INTERNAL_MODULE_H
27 #define __TERRALIB_ADDRESSGEOCODING_CORE_INTERNAL_MODULE_H
30 #include "../common/Singleton.h"
36 namespace addressgeocoding
This singleton defines the TerraLib Qt Widgets module entry.
static void finalize()
This is the cleanup function for the TerraLib Qt Widgets module.
std::shared_ptr< TerraLib::Module > m_module
static void initialize()
This is the startup function for the TerraLib Qt Widgets module.
Module()
The singleton constructor is not callable outside the class.
Template support for singleton pattern.