An object based trie used for parent-child hierarchies. More...
#include <Balau/Util/Vectors.hpp>
Go to the source code of this file.
Classes | |
class | ObjectTrie< T >::BreadthIterator |
A breadth first iterator for the trie. More... | |
class | ObjectTrie< T >::ConstBreadthIterator |
A breadth first const iterator for the trie. More... | |
class | ObjectTrie< T >::ConstDepthIterator |
A depth first const iterator for the trie. More... | |
class | ObjectTrie< T >::DepthIterator |
A depth first iterator for the trie. More... | |
class | ObjectTrie< T > |
An object based trie used for parent-child hierarchies. More... | |
class | ObjectTrie< T > |
An object based trie used for parent-child hierarchies. More... | |
class | ObjectTrieNode< T > |
The node type contained in the object trie. More... | |
Namespaces | |
Balau::Container | |
Various container classes, apart from interprocess containers. | |
Functions | |
template<typename T > | |
std::ostream & | operator<< (std::ostream &stream, const ObjectTrie< T > &trie) |
Print the contents of the trie to the stream via a breadth first traversal. More... | |
An object based trie used for parent-child hierarchies.