36 #include <boost/filesystem.hpp> 
void load(const std::string &settingsFile)
It initializes the application settings. 
 
SystemApplicationSettings()
It initializes the singleton. 
 
~SystemApplicationSettings()
Destructor. 
 
This class is designed for dealing with multi-language text translation in TerraLib. 
 
This class is designed to declare objects to be thrown as exceptions by TerraLib. ...
 
void load(const std::string &fileName)
It tries to find a default config file based on system macros and default condigurations. 
 
A singleton for managing application settings applied to the whole system (all users).