26 #ifndef __TERRALIB_XERCES_INTERNAL_GLOBALS_H 
   27 #define __TERRALIB_XERCES_INTERNAL_GLOBALS_H 
   30 #include "../common/Singleton.h" 
   58           return m_driverIdentifier;
 
   77 #endif  // __TERRALIB_XERCES_INTERNAL_GLOBALS_H 
A singleton class with global definitions. 
 
const std::string & getDriverID() const 
It returns the OGR driver identifier. 
 
#define TEXERCESEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
const std::string m_driverIdentifier
The Xerces driver identifier. 
 
Template support for singleton pattern.