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

Home

Readme
Release Info

Installation
Download
Build

FAQs
Samples
API Docs

DOM C++ Binding
Programming
Migration Guide

Feedback
Bug-Reporting
PDF Document

CVS Repository
Mail Archive

API Docs for SAX and DOM
 

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:

Collaboration graph
[legend]
List of all members.

Public Methods

 ValueHashTableOf (const unsigned int modulus)
 ValueHashTableOf (const unsigned int modulus,HashBase *hashBase)
 ~ValueHashTableOf ()
bool isEmpty ()const
bool containsKey (const void *const key)const
void removeKey (const void *const key)
void removeAll ()
TVal& get (const void *const key)
const TVal& get (const void *const key)const
void put (void *key,const TVal &valueToAdopt)

Friends

class  ValueHashTableOfEnumerator< TVal >

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

template<class TVal>
class ValueHashTableOfEnumerator [friend]
 


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


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