|
WvStreams
|
Classes | |
| class | Iter |
Public Types | |
| typedef WvSorter< WvConfigEntryEmu, WvConfigSectionEmu, Iter > | Sorter |
| typedef WvSorter< WvConfigEntryEmu, WvConfigSectionEmu, Iter > | Sorter |
Public Member Functions | |
| WvConfigSectionEmu (const UniConf &_uniconf, WvStringParm _name, WvStringTable *_values) | |
| WvConfigEntryEmu * | operator[] (WvStringParm s) |
| const char * | get (WvStringParm entry, const char *def_val=NULL) |
| void | set (WvStringParm entry, WvStringParm value) |
| void | quick_set (WvStringParm entry, WvStringParm value) |
| bool | isempty () const |
| WvConfigSectionEmu (const UniConf &_uniconf, WvStringParm _name, WvStringTable *_values) | |
| WvConfigEntryEmu * | operator[] (WvStringParm s) |
| const char * | get (WvStringParm entry, const char *def_val=NULL) |
| void | set (WvStringParm entry, WvStringParm value) |
| void | quick_set (WvStringParm entry, WvStringParm value) |
| bool | isempty () const |
Public Attributes | |
| const WvString | name |
Friends | |
| class | Iter |
Definition at line 45 of file debian/libwvstreams-dev/usr/include/wvstreams/wvconfemu.h.
Definition at line 67 of file debian/libwvstreams-dev/usr/include/wvstreams/wvconfemu.h.
Definition at line 67 of file include/wvconfemu.h.
|
inline |
Definition at line 53 of file debian/libwvstreams-dev/usr/include/wvstreams/wvconfemu.h.
|
inline |
Definition at line 53 of file include/wvconfemu.h.
| WvConfigEntryEmu * WvConfigSectionEmu::operator[] | ( | WvStringParm | s | ) |
Definition at line 87 of file wvconfemu.cc.
| const char * WvConfigSectionEmu::get | ( | WvStringParm | entry, |
| const char * | def_val = NULL |
||
| ) |
Definition at line 108 of file wvconfemu.cc.
| void WvConfigSectionEmu::set | ( | WvStringParm | entry, |
| WvStringParm | value | ||
| ) |
Definition at line 122 of file wvconfemu.cc.
| void WvConfigSectionEmu::quick_set | ( | WvStringParm | entry, |
| WvStringParm | value | ||
| ) |
Definition at line 134 of file wvconfemu.cc.
| bool WvConfigSectionEmu::isempty | ( | ) | const |
Definition at line 140 of file wvconfemu.cc.
|
friend |
Definition at line 65 of file debian/libwvstreams-dev/usr/include/wvstreams/wvconfemu.h.
| const WvString WvConfigSectionEmu::name |
Definition at line 52 of file debian/libwvstreams-dev/usr/include/wvstreams/wvconfemu.h.