aGrUM  0.14.2
splay.h File Reference

Splay Trees header file. More...

#include <iostream>
#include <agrum/agrum.h>
#include <agrum/core/hashTable.h>
#include <agrum/core/splay_tpl.h>
+ Include dependency graph for splay.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  gum::SplayBinaryNode< Element >
 the nodes of splay trees More...
 
class  gum::SplayTree< Element >
 A splay tree. More...
 
class  gum::SplayBinaryNode< Element >
 the nodes of splay trees More...
 
class  gum::SplayTree< Element >
 A splay tree. More...
 

Namespaces

 gum
 gum is the global namespace for all aGrUM entities
 

Functions

template<typename Element >
INLINE 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

Splay Trees header file.

Author
Karim Tekkal

Definition in file splay.h.