Index   Main   Namespaces   Classes   Hierarchy   Annotated   Files   Compound   Global   Pages  

SgHashTable.h File Reference


Detailed Description

Hash table.

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


Function Documentation

template<class DATA>
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.


17 Jun 2010 Doxygen 1.4.7