WvStreams
|
Public Member Functions | |
WvConfigSection (WvStringParm name) | |
WvConfigEntry * | operator[] (WvStringParm s) |
const char * | get (WvStringParm entry, const char *def_val=NULL) |
void | set (WvStringParm entry, WvStringParm value) |
void | set (WvConfigEntry *e, WvStringParm value) |
void | quick_set (WvStringParm entry, WvStringParm value) |
void | dump (WvStream &fp) |
Public Attributes | |
WvString | name |
WvConfigSection::WvConfigSection | ( | WvStringParm | name | ) |
Definition at line 13 of file cfgsection.cc.
WvConfigSection::~WvConfigSection | ( | ) |
Definition at line 19 of file cfgsection.cc.
WvConfigEntry * WvConfigSection::operator[] | ( | WvStringParm | s | ) |
Definition at line 26 of file cfgsection.cc.
const char * WvConfigSection::get | ( | WvStringParm | entry, |
const char * | def_val = NULL |
||
) |
Definition at line 40 of file cfgsection.cc.
void WvConfigSection::set | ( | WvStringParm | entry, |
WvStringParm | value | ||
) |
Definition at line 47 of file cfgsection.cc.
void WvConfigSection::quick_set | ( | WvStringParm | entry, |
WvStringParm | value | ||
) |
Definition at line 68 of file cfgsection.cc.
void WvConfigSection::dump | ( | WvStream & | fp | ) |
Definition at line 76 of file cfgsection.cc.