Index   Main   Namespaces   Classes   Hierarchy   Annotated   Files   Compound   Global   Pages  
Classes | Functions

SgHashTable.h File Reference

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

Detailed Description

Hash table.

Definition in file SgHashTable.h.


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 197 of file SgHashTable.h.


Sun Mar 13 2011 Doxygen 1.7.1