aGrUM 2.3.2
a C++ library for (probabilistic) graphical models
hashTable_tpl.h File Reference

Implementation of the HashTable. More...

#include <iostream>
#include <sstream>
#include <string>
#include <agrum/base/core/hashTable.h>
Include dependency graph for hashTable_tpl.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  gum
 gum is the global namespace for all aGrUM entities

Functions

template<typename Key, typename Val>
std::ostream & gum::operator<< (std::ostream &s, const HashTableList< Key, Val > &list)
 Prints the content of a gum::HashTableList in the stream.
template<typename Key, typename Val>
std::ostream & gum::operator<< (std::ostream &s, const HashTableList< Key *, Val > &list)
 Prints the content of a gum::HashTableList with pointers key in the stream.
template<typename Key, typename Val>
std::ostream & gum::operator<< (std::ostream &s, const HashTable< Key, Val > &table)
 Prints the content of a gum::HashTable in the stream.
template<typename Key, typename Val>
std::ostream & gum::operator<< (std::ostream &s, const HashTable< Key *, Val > &table)
 Prints the content of a gum::HashTable with pointers key in the stream.

Detailed Description

Implementation of the HashTable.

Author
Christophe GONZALES(_at_AMU) and Pierre-Henri WUILLEMIN(_at_LIP6)

Definition in file hashTable_tpl.h.