#include "uniconfkey.h"
#include "wvvector.h"
#include "wvcallback.h"
#include "unihashtree.h"
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | UniConfTree |
A recursively composed dictionary for ordered tree-structured data indexed by UniConfKey with logarithmic lookup time for each 1-level search, linear insertion and removal. More... | |
class | UniConfTree::Iter |
An iterator that walks over all elements on one level of a UniConfTree. More... | |
class | UniConfValueTree |
A plain UniConfTree that holds keys and values. More... |