ost::ReconfigKeydata Class Reference
Bayonne specific reloaded keydata class.
More...
#include <bayonne.h>
List of all members.
Detailed Description
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@gnutelephony.org> Dynamically reloadable key data class.
Constructor & Destructor Documentation
| ost::ReconfigKeydata::ReconfigKeydata |
( |
const char * |
keypath, |
|
|
Keydata::Define * |
def = NULL | |
|
) |
| | |
Member Function Documentation
| 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: