class TMDDAssociation
|
template class TMDDAssociation
More... |
|
|
Public Methods
Protected Members
template class TMDDAssociation
Managed association (direct key, direct value)
Implements a binding of a key (K) and value (V). Assumes that
K has a HashValue() member function or a global function with
the following prototype exists:
unsigned HashValue( K& );
TMDDAssociation ()
| TMDDAssociation |
TMDDAssociation ( const K& k, const V& v )
| TMDDAssociation |
unsigned HashValue ()
| HashValue |
[const]
return the hash value of this association; pratically the hash value of the key value
[const]
[const]
[const]
convenience operator; compare the key of the association
void DeleteElements ()
| DeleteElements |
[protected]
[protected]
Generated by: nicola on gulliver.wadahome.it on Sun May 25 13:54:34 2003, using kdoc 2.0a53. |