10#ifndef __UNICONFLISTGEN_H
11#define __UNICONFLISTGEN_H
13#include "uniconfgen.h"
14#include "wvscatterhash.h"
33 UniListGen(UniConfGenList *_l);
34 virtual ~UniListGen();
45 virtual void setv(
const UniConfPairList &pairs);
UniConfGen()
Creates a UniConfGen object.
Represents a UniConf key which is a path in a hierarchy structured much like the traditional Unix fil...
virtual void flush_buffers()
Flushes any commitment/notification buffers .
virtual void commit()
Commits any changes.
virtual bool exists(const UniConfKey &key)
Without fetching its value, returns true if a key exists.
virtual bool refresh()
Refreshes information about a key recursively.
virtual WvString get(const UniConfKey &key)
Fetches a string value for a key from the registry.
virtual void setv(const UniConfPairList &pairs)
Stores multiple key-value pairs into the registry.
virtual bool isok()
Determines if the generator is usable and working properly.
virtual void set(const UniConfKey &key, WvStringParm value)
Stores a string value for a key into the registry.
virtual Iter * iterator(const UniConfKey &key)
Returns an iterator over the children of the specified key.
virtual void gencallback(const UniConfKey &key, WvStringParm value)
Called by first generator when a key changes.
virtual bool haschildren(const UniConfKey &key)
Returns true if a key has children.
WvString is an implementation of a simple and efficient printable-string class.