libusual
0.1
|
Section description. More...
Data Fields | |
const char * | sect_name |
Section name. | |
struct CfKey * | key_list |
Key list. | |
void *(* | base_lookup )(void *top_base, const char *sect_name) |
Get base pointer to dynamic sections (optional) | |
bool(* | set_key )(void *base, const char *key, const char *val) |
Set dynamic keys (optional) | |
const char *(* | get_key )(void *base, const char *key, char *buf, int buflen) |
Get dynamic keys (optional) | |
bool(* | section_start )(void *top_base, const char *sect_name) |
New section callback (optional) |
Section description.
const char* CfSect::sect_name |
Section name.
struct CfKey* CfSect::key_list |
Key list.
void*(* CfSect::base_lookup)(void *top_base, const char *sect_name) |
Get base pointer to dynamic sections (optional)
bool(* CfSect::set_key)(void *base, const char *key, const char *val) |
Set dynamic keys (optional)
const char*(* CfSect::get_key)(void *base, const char *key, char *buf, int buflen) |
Get dynamic keys (optional)
bool(* CfSect::section_start)(void *top_base, const char *sect_name) |
New section callback (optional)