An utility class to control the startup and cleanup of the TerraLib Platform and its resources. More...
#include <TerraLib.h>
Public Member Functions | |
| void | finalize () | 
| It finalizes the TerraLib Platform.  More... | |
| void | initialize () | 
| It initializes the TerraLib Platform.  More... | |
Static Public Member Functions | |
| static TerraLib & | instance () | 
| It returns a reference to the singleton instance.  More... | |
Protected Member Functions | |
| TerraLib & | operator= (const TerraLib &) | 
| Singleton copy assignment operator must be private or protected.  More... | |
| TerraLib () | |
| Singleton constructor must be private or protected.  More... | |
| TerraLib (const TerraLib &) | |
| Singleton copy constructor must be private or protected.  More... | |
| ~TerraLib () | |
| Singleton destructor must be private or protected.  More... | |
An utility class to control the startup and cleanup of the TerraLib Platform and its resources.
Definition at line 42 of file TerraLib.h.
      
  | 
  inlineprotected | 
Singleton constructor must be private or protected.
Definition at line 66 of file TerraLib.h.
Referenced by ~TerraLib().
      
  | 
  inlineprotected | 
Singleton destructor must be private or protected.
Definition at line 69 of file TerraLib.h.
References operator=(), and TerraLib().
      
  | 
  protected | 
Singleton copy constructor must be private or protected.
      
  | 
  static | 
It returns a reference to the singleton instance.
Singleton copy assignment operator must be private or protected.
Referenced by ~TerraLib().