8#ifndef __UNISUBTREEGEN_H
9#define __UNISUBTREEGEN_H
11#include "unifiltergen.h"
18class UniSubtreeGen :
public UniFilterGen
An abstract data container that backs a UniConf tree.
Represents a UniConf key which is a path in a hierarchy structured much like the traditional Unix fil...
virtual bool reversekeymap(const UniConfKey &mapped_key, UniConfKey &unmapped_key)
A mapping function for filters that unmap a keyspace.
virtual bool keymap(const UniConfKey &unmapped_key, UniConfKey &mapped_key)
A mapping function for filters that remap one keyspace onto another.