![]() |
aGrUM
0.14.2
|
Template implementation of splay trees. More...
#include <agrum/core/splay.h>
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... | |
Template implementation of splay trees.
Definition in file splay_tpl.h.