aGrUM 2.3.2
a C++ library for (probabilistic) graphical models
splay_tpl.h File Reference

Template implementation of splay trees. More...

Include dependency graph for splay_tpl.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  gum
 gum is the global namespace for all aGrUM entities

Functions

template<class Element>
static INLINE void gum::removeInfo (const SplayBinaryNode< Element > *e, HashTable< Element, SplayBinaryNode< Element > * > &addr)
template<typename Element>
std::ostream & gum::operator<< (std::ostream &out, const SplayBinaryNode< Element > &e)
 Display the node.
template<typename Element>
INLINE std::ostream & gum::operator<< (std::ostream &out, const SplayTree< Element > &s)
 Display the tree.

Detailed Description

Template implementation of splay trees.

Author
Karim Tekkal

Definition in file splay_tpl.h.