![]() |
openATV enigma2
openATV is an open source SetTopBox Graphical user interface.
|
#include <algorithm>
#include <cctype>
#include <climits>
#include <fstream>
#include <iostream>
#include <string>
#include <sstream>
#include <map>
#include <lib/base/eenv.h>
#include <lib/base/eerror.h>
#include <lib/base/esimpleconfig.h>
#include <lib/base/cfile.h>
Namespaces | |
eSimpleConfig | |
Functions | |
static void | eSimpleConfig::load () |
std::string | eSimpleConfig::getString (const char *key, const char *defaultvalue) |
int | eSimpleConfig::getInt (const char *key, int defaultvalue) |
bool | eSimpleConfig::getBool (const char *key, bool defaultvalue) |
Variables | |
static std::map< std::string, std::string > | eSimpleConfig::configValues |
static int | eSimpleConfig::lastModified = 0 |