AppConfig Class Reference
#include <AppConfig.h>
List of all members.
Classes |
| class | InvalidEntryException |
Public Member Functions |
| const char * | getFileName () const |
| template<class T > |
| T | get (const char *section, const char *attribute) |
| template<class T > |
| void | set (const char *section, const char *attribute, T &value) |
| template<class T > |
| void | set (const char *section, const char *attribute, T value) |
Static Public Member Functions |
| static AppConfig & | instance () |
Member Function Documentation
template<class T >
| T AppConfig::get |
( |
const char * |
section, |
|
|
const char * |
attribute | |
|
) |
| | [inline] |
| const char * AppConfig::getFileName |
( |
|
) |
const |
template<class T >
| void AppConfig::set |
( |
const char * |
section, |
|
|
const char * |
attribute, |
|
|
T |
value | |
|
) |
| | [inline] |
template<class T >
| void AppConfig::set |
( |
const char * |
section, |
|
|
const char * |
attribute, |
|
|
T & |
value | |
|
) |
| | [inline] |
The documentation for this class was generated from the following files:
- C:/Users/Robert/Documents/Visual Studio 2008/Projects/ferprojekt/TerrainEditor/TerrainEditor/AppConfig.h
- C:/Users/Robert/Documents/Visual Studio 2008/Projects/ferprojekt/TerrainEditor/TerrainEditor/AppConfig.cpp