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  

RefStackOf Class Reference

#include <RefStackOf.hpp>

Collaboration diagram for RefStackOf:

List of all members.

Public Methods

 RefStackOf (const unsigned int initElems, const bool adoptElems = true)
 ~RefStackOf ()
const TElem* elementAt (const unsigned int index) const
void push (TElem* const toPush)
const TElem* peek () const
TElem* pop ()
void removeAllElements ()
bool empty ()
unsigned int curCapacity ()
unsigned int size ()

Friends

class  RefStackEnumerator<TElem>


Constructor & Destructor Documentation

template<class TElem>
RefStackOf<TElem>::RefStackOf<TElem> ( const unsigned int initElems,
const bool adoptElems = true )

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


Member Function Documentation

template<class TElem>
unsigned int RefStackOf<TElem>::curCapacity ( )

template<class TElem>
const TElem* RefStackOf<TElem>::elementAt ( const unsigned int index ) const

template<class TElem>
bool RefStackOf<TElem>::empty ( )

template<class TElem>
const TElem* RefStackOf<TElem>::peek ( ) const

template<class TElem>
TElem* RefStackOf<TElem>::pop ( )

template<class TElem>
void RefStackOf<TElem>::push ( TElem * const toPush )

template<class TElem>
void RefStackOf<TElem>::removeAllElements ( )

template<class TElem>
unsigned int RefStackOf<TElem>::size ( )


Friends And Related Function Documentation

template<class TElem>
friend class RefStackEnumerator<TElem> [friend]


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


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