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  

RefHashTableOfEnumerator Class Reference

#include <RefHashTableOf.hpp>

Inheritance diagram for RefHashTableOfEnumerator

Collaboration diagram for RefHashTableOfEnumerator:

List of all members.

Public Methods

 RefHashTableOfEnumerator ( RefHashTableOf<TVal>* const toEnum , const bool adopt = false )
 ~RefHashTableOfEnumerator ()
bool hasMoreElements () const
TVal& nextElement ()
void Reset ()


Constructor & Destructor Documentation

template<class TVal>
RefHashTableOfEnumerator<TVal>::RefHashTableOfEnumerator<TVal> ( RefHashTableOf<TVal>* const toEnum,
const bool adopt = false )

template<class TVal>
RefHashTableOfEnumerator<TVal>::~RefHashTableOfEnumerator<TVal> ( )


Member Function Documentation

template<class TVal>
void RefHashTableOfEnumerator<TVal>::Reset ( ) [virtual]

Reimplemented from XMLEnumerator.

template<class TVal>
bool RefHashTableOfEnumerator<TVal>::hasMoreElements ( ) const [virtual]

Reimplemented from XMLEnumerator.

template<class TVal>
TVal& RefHashTableOfEnumerator<TVal>::nextElement ( ) [virtual]

Reimplemented from XMLEnumerator.


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


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