![]() |
aGrUM 2.3.2
a C++ library for (probabilistic) graphical models
|
Class for storing trees (as data structures, not graphs). More...
#include <iostream>#include <agrum/agrum.h>#include <agrum/base/core/hashTable.h>#include <agrum/base/core/indexedTree_tpl.h>Go to the source code of this file.
Classes | |
| class | gum::IndexedTree< Key, Data > |
| The class for storing the nodes of the Arborescence. More... | |
Namespaces | |
| namespace | gum |
| gum is the global namespace for all aGrUM entities | |
Functions | |
| template<typename Key, typename Data> | |
| std::ostream & | gum::operator<< (std::ostream &, const IndexedTree< Key, Data > &) |
| Necessary for the hashtable operator <<. | |
Class for storing trees (as data structures, not graphs).
Definition in file indexedTree.h.