Public Member Functions | Public Attributes

HASH_ELEMENT< SIG_TYPE, DATA_TYPE > Class Template Reference

#include <cxx_hash.h>

Inheritance diagram for HASH_ELEMENT< SIG_TYPE, DATA_TYPE >:
Inheritance graph
[legend]
Collaboration diagram for HASH_ELEMENT< SIG_TYPE, DATA_TYPE >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 HASH_ELEMENT (const SIG_TYPE &signature, const DATA_TYPE &data)
void Add_To_List (HASH_ELEMENT *e)

Public Attributes

DATA_TYPE _data
SIG_TYPE _signature
HASH_ELEMENT_next

Detailed Description

template<class SIG_TYPE, class DATA_TYPE>
class HASH_ELEMENT< SIG_TYPE, DATA_TYPE >

Definition at line 233 of file cxx_hash.h.


Constructor & Destructor Documentation

template<class SIG_TYPE, class DATA_TYPE>
HASH_ELEMENT< SIG_TYPE, DATA_TYPE >::HASH_ELEMENT ( const SIG_TYPE &  signature,
const DATA_TYPE &  data 
) [inline]

Definition at line 241 of file cxx_hash.h.


Member Function Documentation

template<class SIG_TYPE, class DATA_TYPE>
void HASH_ELEMENT< SIG_TYPE, DATA_TYPE >::Add_To_List ( HASH_ELEMENT< SIG_TYPE, DATA_TYPE > *  e  )  [inline]

Definition at line 243 of file cxx_hash.h.


Member Data Documentation

template<class SIG_TYPE, class DATA_TYPE>
DATA_TYPE HASH_ELEMENT< SIG_TYPE, DATA_TYPE >::_data

Definition at line 236 of file cxx_hash.h.

template<class SIG_TYPE, class DATA_TYPE>
HASH_ELEMENT* HASH_ELEMENT< SIG_TYPE, DATA_TYPE >::_next
template<class SIG_TYPE, class DATA_TYPE>
SIG_TYPE HASH_ELEMENT< SIG_TYPE, DATA_TYPE >::_signature

Definition at line 237 of file cxx_hash.h.


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