![]() |
aGrUM
0.14.2
|
Class for storing trees (as data structures, not graphs). More...
#include <iostream>
#include <agrum/agrum.h>
#include <agrum/core/hashTable.h>
#include <agrum/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 | |
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 <<. More... | |
Class for storing trees (as data structures, not graphs).
Definition in file indexedTree.h.