#include <wvconf.h>
Inheritance diagram for WvConfigSection:
Public Methods | |
WvConfigSection (const WvString &name) | |
~WvConfigSection () | |
WvConfigEntry * | operator[] (const WvString &s) |
const char * | get (const WvString &entry, const char *def_val=NULL) |
void | set (const WvString &entry, const WvString &value) |
void | set (WvConfigEntry *e, const WvString &value) |
void | quick_set (const WvString &entry, const WvString &value) |
void | dump (WvStream &fp) |
WvConfigSection (const WvString &name) | |
~WvConfigSection () | |
WvConfigEntry * | operator[] (const WvString &s) |
const char * | get (const WvString &entry, const char *def_val=NULL) |
void | set (const WvString &entry, const WvString &value) |
void | set (WvConfigEntry *e, const WvString &value) |
void | quick_set (const WvString &entry, const WvString &value) |
void | dump (WvStream &fp) |
Public Attributes | |
WvString | name |
|
Definition at line 13 of file cfgsection.cc. References name, and WvString::unique(). |
|
Definition at line 20 of file cfgsection.cc. |
|
|
|
|
|
|
|
Definition at line 76 of file cfgsection.cc. References WvConfigEntry::name, WvStream::print(), and WvConfigEntry::value. Referenced by WvConf::save(). |
|
|
|
Definition at line 41 of file cfgsection.cc. References WvConfigEntry::value. Referenced by WvConf::fuzzy_get(), WvConf::get(), and WvConf::set(). |
|
|
|
Definition at line 27 of file cfgsection.cc. References name. |
|
|
|
Definition at line 70 of file cfgsection.cc. References WvList< WvConfigEntry >::append(). Referenced by WvConf::load_file(). |
|
|
|
|
|
|
|
Definition at line 48 of file cfgsection.cc. References WvList< WvConfigEntry >::append(), WvConfigEntry::set(), WvString::unique(), WvList< WvConfigEntry >::unlink(), and WvConfigEntry::value. Referenced by WvConf::load_file(), and WvConf::set(). |
|
Definition at line 58 of file include/wvconf.h. Referenced by WvConf::fuzzy_get(), WvConf::get(), operator[](), WvConf::save(), WvConfigSection(), and WvConfigEntryList::~WvConfigEntryList(). |