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  

RefVectorEnumerator Class Reference

#include <RefVectorOf.hpp>

Inheritance diagram for RefVectorEnumerator

Collaboration diagram for RefVectorEnumerator:

List of all members.

Public Methods

 RefVectorEnumerator ( RefVectorOf<TElem>* const toEnum , const bool adopt = false )
 ~RefVectorEnumerator ()
bool hasMoreElements () const
TElem& nextElement ()
void Reset ()


Constructor & Destructor Documentation

template<class TElem>
RefVectorEnumerator<TElem>::RefVectorEnumerator<TElem> ( RefVectorOf<TElem>* const toEnum,
const bool adopt = false )

template<class TElem>
RefVectorEnumerator<TElem>::~RefVectorEnumerator<TElem> ( )


Member Function Documentation

template<class TElem>
void RefVectorEnumerator<TElem>::Reset ( ) [virtual]

Reimplemented from XMLEnumerator.

template<class TElem>
bool RefVectorEnumerator<TElem>::hasMoreElements ( ) const [virtual]

Reimplemented from XMLEnumerator.

template<class TElem>
TElem& RefVectorEnumerator<TElem>::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.