GnuCashew ~ Web Application compatible with GnuCash sql data files.
GCW
|
Application Configuration. More...
#include <Config.h>
Public Member Functions | |
Config () | |
Config (const Area _area) | |
std::string | asString (const std::string &_field) |
int | asInt (const std::string &_field) |
Private Types | |
enum class | Area { GLOBAL , APP , FILE , USER } |
Application Configuration.
The Application Configuration is controlled through this single object. The configuration includes multiples 'areas' followed by specific settings in each area. The areas included are;
|
strongprivate |
GCW::Config::Config | ( | ) |
Definition at line 6 of file Config.cpp.
GCW::Config::Config | ( | const Area | _area | ) |
int GCW::Config::asInt | ( | const std::string & | _field | ) |
std::string GCW::Config::asString | ( | const std::string & | _field | ) |