http://xml.apache.org/http://www.apache.org/http://www.w3.org/

Home

Readme
Installation
Build

API Docs
Samples
Programming
Migration
FAQs

Releases
Feedback

PDF Document

Download
Dev Snapshots
CVS Repository
Mail Archive

API Docs for SAX and DOM
 

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

 RefHashTableOf ( const unsigned int modulus , const bool adoptElems = true )
 ~RefHashTableOf ()
bool isEmpty () const
bool containsKey (const XMLCh* const key) const
void removeKey (const XMLCh* const key)
void removeAll ()
TVal* get (const XMLCh* const key)
const TVal* get (const XMLCh* const key) const
void put (TVal* const valueToAdopt)

Friends

class  RefHashTableOfEnumerator<TVal>


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

template<class TVal>
friend class RefHashTableOfEnumerator<TVal> [friend]


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


Copyright © 2000 The Apache Software Foundation. All Rights Reserved.