libusual  0.1
Data Fields
CfSect Struct Reference

Section description. More...

Data Fields

const char * sect_name
 Section name.
struct CfKeykey_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)

Detailed Description

Section description.


Field Documentation

const char* CfSect::sect_name

Section name.

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)


The documentation for this struct was generated from the following file: