aGrUM  0.14.2
splay_tpl.h File Reference

Template implementation of splay trees. More...

#include <agrum/core/splay.h>
+ 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

 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. More...
 
template<typename Element >
INLINE std::ostream & gum::operator<< (std::ostream &out, const SplayTree< Element > &s)
 Display the tree. More...
 

Detailed Description

Template implementation of splay trees.

Author
Karim Tekkal

Definition in file splay_tpl.h.