Classes | Namespaces | Functions
ObjectTrie.hpp File Reference

(4)

An object based trie used for parent-child hierarchies. More...

#include <Balau/Util/Vectors.hpp>
Include dependency graph for ObjectTrie.hpp:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

An object based trie used for parent-child hierarchies.