Bayonne specific reloaded keydata class.
More...
#include <bayonne.h>
Bayonne specific reloaded keydata class.
This class is used for keydata items which can be reloaded from the config file during runtime while using keydata base for core compatibility and defaults.
- Author
- David Sugar dyfet.nosp@m.@gnu.nosp@m.telep.nosp@m.hony.nosp@m..org Dynamically reloadable key data class.
ost::ReconfigKeydata::ReconfigKeydata |
( |
const char * |
keypath, |
|
|
Keydata::Define * |
def = NULL |
|
) |
| |
bool ost::ReconfigKeydata::getBoolean |
( |
const char * |
key | ) |
|
const char* ost::ReconfigKeydata::getInitial |
( |
const char * |
id | ) |
|
|
inline |
timeout_t ost::ReconfigKeydata::getMsecTimer |
( |
const char * |
key | ) |
|
timeout_t ost::ReconfigKeydata::getSecTimer |
( |
const char * |
key | ) |
|
const char* ost::ReconfigKeydata::getString |
( |
const char * |
key, |
|
|
char * |
buf, |
|
|
size_t |
size |
|
) |
| |
long ost::ReconfigKeydata::getValue |
( |
const char * |
key | ) |
|
bool ost::ReconfigKeydata::isKey |
( |
const char * |
key | ) |
|
void ost::ReconfigKeydata::setInitial |
( |
const char * |
id, |
|
|
const char * |
val |
|
) |
| |
|
inline |
bool ost::ReconfigKeydata::updatedBoolean |
( |
const char * |
id | ) |
|
|
protected |
timeout_t ost::ReconfigKeydata::updatedMsecTimer |
( |
const char * |
id | ) |
|
|
protected |
timeout_t ost::ReconfigKeydata::updatedSecTimer |
( |
const char * |
id | ) |
|
|
protected |
const char* ost::ReconfigKeydata::updatedString |
( |
const char * |
id | ) |
|
|
protected |
long ost::ReconfigKeydata::updatedValue |
( |
const char * |
id | ) |
|
|
protected |
The documentation for this class was generated from the following file: