Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

Hashtable< KEY, VALUE, SIZ >::HashElement Class Template Reference

The HashElement struct is a basic class that contains only a KEY and a VALUE . More...

List of all members.

Public Methods

 HashElement (KEY k, VALUE *v)
 The constructor hich sets the apropiate class members. More...


Public Attributes

KEY key
VALUE * value


Detailed Description

template<class KEY, class VALUE, int SIZ = 256>
class Hashtable< KEY, VALUE, SIZ >::HashElement

The HashElement struct is a basic class that contains only a KEY and a VALUE .


Constructor & Destructor Documentation

template<class KEY, class VALUE, int SIZ = 256>
Hashtable< KEY, VALUE, SIZ >::HashElement::HashElement KEY    k,
VALUE *    v
[inline]
 

The constructor hich sets the apropiate class members.

00077 {key = k; value = v;}


Member Data Documentation

template<class KEY, class VALUE, int SIZ = 256>
KEY Hashtable< KEY, VALUE, SIZ >::HashElement::key
 

template<class KEY, class VALUE, int SIZ = 256>
VALUE* Hashtable< KEY, VALUE, SIZ >::HashElement::value
 


The documentation for this class was generated from the following file:
Generated on Mon Jul 7 21:13:52 2003 for Ethereal by doxygen1.2.15