All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Module.cpp File Reference

This singleton defines the TerraLib GML module entry. More...

#include "../common/Logger.h"
#include "../common/TerraLib.h"
#include "../common/Translator.h"
#include "Config.h"
#include "Module.h"

Go to the source code of this file.

Variables

const te::gml::Modulesm_module = te::gml::Module::getInstance()
 This is a helper function that will be automatically called when the TerraLib GML module is loaded. More...
 

Detailed Description

This singleton defines the TerraLib GML module entry.

Definition in file Module.cpp.

Variable Documentation

This is a helper function that will be automatically called when the TerraLib GML module is loaded.

Note
This function doesn't perform operations for this module.

This is a helper function that will be automatically called when the TerraLib GML module is unloaded.

Note
This function doesn't perform operations for this module.

Definition at line 53 of file Module.cpp.