aGrUM  0.14.2
indexedTree.h File Reference

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>
+ Include dependency graph for indexedTree.h:
+ This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Class for storing trees (as data structures, not graphs).

Author
Christophe GONZALES and Pierre-Henri WUILLEMIN

Definition in file indexedTree.h.