Hash table. More...
#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). | |
Hash table.
Definition in file SgHashTable.h.
| std::ostream& operator<< | ( | std::ostream & | out, | |
| const SgHashTable< DATA > & | hash | |||
| ) |
Writes statistics on hash table use (not the content).
Definition at line 197 of file SgHashTable.h.