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