A singleton class with global definitions. More...
#include <Globals.h>
  
 Public Member Functions | |
| const std::string & | getDriverID () const | 
| It returns the OGR driver identifier.  More... | |
| ~Globals () | |
Static Public Member Functions | |
| static Globals & | getInstance () | 
| It returns a reference to the singleton instance.  More... | |
Protected Member Functions | |
| Globals () | |
| The singleton constructor is not callable outside the class.  More... | |
Private Attributes | |
| const std::string | m_driverIdentifier | 
| The Xerces driver identifier.  More... | |
Friends | |
| class | te::common::Singleton< Globals > | 
| te::xerces::Globals::~Globals | ( | ) | 
Referenced by getDriverID().
      
  | 
  protected | 
The singleton constructor is not callable outside the class.
Referenced by getDriverID().
      
  | 
  inline | 
It returns the OGR driver identifier.
Definition at line 56 of file Globals.h.
References Globals(), m_driverIdentifier, and ~Globals().
      
  | 
  staticinherited | 
It returns a reference to the singleton instance.
      
  | 
  friend | 
      
  | 
  private |