openATV enigma2
openATV is an open source SetTopBox Graphical user interface.
eSimpleConfig Namespace Reference

Functions

static void load ()
 
std::string getString (const char *key, const char *defaultvalue)
 
int getInt (const char *key, int defaultvalue)
 
bool getBool (const char *key, bool defaultvalue)
 

Variables

static std::map< std::string, std::string > configValues
 
static int lastModified = 0
 

Function Documentation

◆ getBool()

bool eSimpleConfig::getBool ( const char *  key,
bool  defaultvalue 
)

◆ getInt()

int eSimpleConfig::getInt ( const char *  key,
int  defaultvalue 
)

◆ getString()

std::string eSimpleConfig::getString ( const char *  key,
const char *  defaultvalue 
)

◆ load()

static void eSimpleConfig::load ( )
static

Variable Documentation

◆ configValues

std::map<std::string, std::string> eSimpleConfig::configValues
static

◆ lastModified

int eSimpleConfig::lastModified = 0
static