![]() |
aGrUM 2.3.2
a C++ library for (probabilistic) graphical models
|
Template implementation of splay trees. More...
#include <agrum/base/core/splay.h>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. | |
Template implementation of splay trees.
Definition in file splay_tpl.h.