#include <wvhconf.h>
Public Methods | |
WvHConfGen () | |
virtual | ~WvHConfGen () |
virtual WvHConf * | make_tree (WvHConf *parent, const WvHConfKey &key) |
virtual WvHConf * | make_obj (WvHConf *parent, const WvString &name) |
virtual void | update (WvHConf *h) |
virtual void | load () |
virtual void | save () |
Definition at line 44 of file wvhconf.h.
|
|
|
Definition at line 12 of file wvhconfgen.cc. |
|
Definition at line 51 of file wvhconfgen.cc. Referenced by WvHConf::load(). |
|
Definition at line 34 of file wvhconfgen.cc. References WvHConf::children, and update(). Referenced by make_tree(). |
|
Definition at line 18 of file wvhconfgen.cc. References WvHConf::children, WvList< WvString >::first(), WvListBase::isempty(), make_obj(), and WvHConfKey::skip(). Referenced by WvHConf::find_make(). |
|
Definition at line 57 of file wvhconfgen.cc. Referenced by WvHConf::save(). |
|
Definition at line 45 of file wvhconfgen.cc. References WvHConf::dirty. Referenced by make_obj(). |