te::common::Globals Class Reference

An static class with global definitions. More...

#include <Globals.h>

Static Public Attributes

static const std::string sm_dummyStr
 A dummy string value. More...
 
static const MachineByteOrder sm_machineByteOrder
 A flag that indicates the machine byte order (Big Endian or Little Endian). More...
 
static const std::string sm_nanStr
 Not a number string value. More...
 

Private Member Functions

 Globals ()
 
 ~Globals ()
 

Detailed Description

An static class with global definitions.

You can access this class to get some specific values defined on TerraLib startup.

Definition at line 50 of file Globals.h.

Constructor & Destructor Documentation

te::common::Globals::Globals ( )
private
te::common::Globals::~Globals ( )
private

Member Data Documentation

const std::string te::common::Globals::sm_dummyStr
static

A dummy string value.

Definition at line 55 of file Globals.h.

const MachineByteOrder te::common::Globals::sm_machineByteOrder
static

A flag that indicates the machine byte order (Big Endian or Little Endian).

Definition at line 54 of file Globals.h.

const std::string te::common::Globals::sm_nanStr
static

Not a number string value.

Definition at line 56 of file Globals.h.


The documentation for this class was generated from the following file: