|
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members File Members
ValueHashTableOf Class Template Reference#include <ValueHashTableOf.hpp>
Collaboration diagram for ValueHashTableOf:
[legend]List of all members.
template<class TVal> class ValueHashTableOf
Constructor & Destructor Documentation
template<class TVal> |
ValueHashTableOf<TVal>::ValueHashTableOf<TVal> (
|
const unsigned int modulus )
|
|
template<class TVal> |
ValueHashTableOf<TVal>::ValueHashTableOf<TVal> (
|
const unsigned int modulus,
|
|
HashBase * hashBase )
|
|
template<class TVal> |
ValueHashTableOf<TVal>::~ValueHashTableOf<TVal> (
|
)
|
|
Member Function Documentation
template<class TVal> |
bool ValueHashTableOf<TVal>::containsKey (
|
const void *const key ) const
|
|
template<class TVal> |
const TVal& ValueHashTableOf<TVal>::get (
|
const void *const key ) const
|
|
template<class TVal> |
TVal& ValueHashTableOf<TVal>::get (
|
const void *const key )
|
|
template<class TVal> |
bool ValueHashTableOf<TVal>::isEmpty (
|
) const
|
|
template<class TVal> |
void ValueHashTableOf<TVal>::put (
|
void * key,
|
|
const TVal & valueToAdopt )
|
|
template<class TVal> |
void ValueHashTableOf<TVal>::removeAll (
|
)
|
|
template<class TVal> |
void ValueHashTableOf<TVal>::removeKey (
|
const void *const key )
|
|
Friends And Related Function Documentation
The documentation for this class was generated from the following file:
|