28 #ifndef __TERRALIB_COMMON_INTERNAL_GLOBALS_H 
   29 #define __TERRALIB_COMMON_INTERNAL_GLOBALS_H 
   67 #endif  // __TERRALIB_COMMON_INTERNAL_GLOBALS_H 
An static class with global definitions. 
 
Configuration flags for the TerraLib Common Runtime module. 
 
static const MachineByteOrder sm_machineByteOrder
A flag that indicates the machine byte order (Big Endian or Little Endian). 
 
#define TECOMMONEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
MachineByteOrder
Endianness. 
 
static const std::string sm_dummyStr
A dummy string value. 
 
static const std::string sm_nanStr
Not a number string value.