Definition in file SgHashTable.h.
#include "SgHash.h"
#include "SgWrite.h"
Go to the source code of this file.
Classes | |
struct | SgHashEntry< DATA > |
Entry in a HashTable: code and data. More... | |
class | SgHashTable< DATA > |
HashTable implements an array of DATA. More... | |
Functions | |
template<class DATA> | |
std::ostream & | operator<< (std::ostream &out, const SgHashTable< DATA > &hash) |
Writes statistics on hash table use (not the content). |
std::ostream& operator<< | ( | std::ostream & | out, | |
const SgHashTable< DATA > & | hash | |||
) |
Writes statistics on hash table use (not the content).
Definition at line 201 of file SgHashTable.h.