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

SgHashEntry< DATA > Struct Template Reference

Entry in a HashTable: code and data. More...

#include <SgHashTable.h>

List of all members.

Public Member Functions

 SgHashEntry ()
 SgHashEntry (const SgHashCode &code, const DATA &data)

Public Attributes

SgHashCode m_hash
DATA m_data

Detailed Description

template<class DATA>
struct SgHashEntry< DATA >

Entry in a HashTable: code and data.

Definition at line 16 of file SgHashTable.h.


Constructor & Destructor Documentation

template<class DATA>
SgHashEntry< DATA >::SgHashEntry (  ) 

Definition at line 11 of file SgHashTable.h.

Referenced by SgHashEntry< DATA >::SgHashEntry().

template<class DATA>
SgHashEntry< DATA >::SgHashEntry ( const SgHashCode code,
const DATA &  data 
)

Member Data Documentation

template<class DATA>
DATA SgHashEntry< DATA >::m_data
template<class DATA>
SgHashCode SgHashEntry< DATA >::m_hash

The documentation for this struct was generated from the following file:


Sun Mar 13 2011 Doxygen 1.7.1