#include <bayonne.h>
Public Member Functions | |
StaticKeydata (const char *path, Keydata::Define *defkeys=NULL, const char *homepath=NULL) | |
const char * | getString (const char *id) |
long | getValue (const char *id) |
bool | getBoolean (const char *id) |
This is used for configuration keys which cannot be reloaded at runtime.
ost::StaticKeydata::StaticKeydata | ( | const char * | path, | |
Keydata::Define * | defkeys = NULL , |
|||
const char * | homepath = NULL | |||
) |
const char* ost::StaticKeydata::getString | ( | const char * | id | ) | [inline] |
long ost::StaticKeydata::getValue | ( | const char * | id | ) | [inline] |
Reimplemented in ost::ReconfigKeydata.
bool ost::StaticKeydata::getBoolean | ( | const char * | id | ) | [inline] |
Reimplemented in ost::ReconfigKeydata.