DataTypeManager.h File Reference

A singleton for managing all data types in the system. More...

#include "../common/Singleton.h"
#include "DataType.h"
#include "Exception.h"
#include <set>

Go to the source code of this file.

Classes

class  te::dt::DataTypeManager
 
struct  te::dt::DataTypeManager::IdComparer
 A functor for comparing a pair of pointers to data types by id. More...
 
struct  te::dt::DataTypeManager::NameComparer
 A functor for comparing a pair of pointers to data types by name. More...
 

Namespaces

 te
 URI C++ Library.
 
 te::dt
 Namespace for the Data Type module of TerraLib.
 

Detailed Description

A singleton for managing all data types in the system.

Definition in file DataTypeManager.h.