|
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.
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
The documentation for this class was generated from the following file:
|