26#ifndef __TERRALIB_COMMON_INTERNAL_USERAPPLICATIONSETTINGS_H 
   27#define __TERRALIB_COMMON_INTERNAL_USERAPPLICATIONSETTINGS_H 
   72        void load(
const std::string& fileName);
 
A class for managing application settings.
 
Template support for singleton pattern.
 
A class for managing application settings.
 
Template support for singleton pattern.
 
A singleton for managing application settings applied to a single user.
 
~UserApplicationSettings()
Destructor.
 
void load(const std::string &fileName)
It tries to find a default config file based on system macros and default condigurations.
 
UserApplicationSettings()
It initializes the singleton.
 
#define TECOMMONEXPORT
You can use this macro in order to export/import classes and functions from this module.