8 #ifndef __UNISUBTREEGEN_H 9 #define __UNISUBTREEGEN_H 11 #include "unifiltergen.h" 30 #endif // __UNISUBTREEGEN_H Represents a UniConf key which is a path in a hierarchy structured much like the traditional Unix fil...
An abstract data container that backs a UniConf tree.
A UniConfGen that returns only a particular subtree of a given generator.
virtual bool keymap(const UniConfKey &unmapped_key, UniConfKey &mapped_key)
A mapping function for filters that remap one keyspace onto another.
A UniConfGen that delegates all requests to an inner generator.
virtual bool reversekeymap(const UniConfKey &mapped_key, UniConfKey &unmapped_key)
A mapping function for filters that unmap a keyspace.