|
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members File Members
ValueStackOf Class Reference#include <ValueStackOf.hpp>
Collaboration diagram for ValueStackOf:
List of all members.
Constructor & Destructor Documentation
template<class TElem> |
ValueStackOf<TElem>::ValueStackOf<TElem> (
|
const unsigned int fInitCapacity )
|
|
template<class TElem> |
ValueStackOf<TElem>::~ValueStackOf<TElem> (
|
)
|
|
Member Function Documentation
template<class TElem> |
unsigned int ValueStackOf<TElem>::curCapacity (
|
)
|
|
template<class TElem> |
bool ValueStackOf<TElem>::empty (
|
)
|
|
template<class TElem> |
const TElem& ValueStackOf<TElem>::peek (
|
) const
|
|
template<class TElem> |
TElem ValueStackOf<TElem>::pop (
|
)
|
|
template<class TElem> |
void ValueStackOf<TElem>::push (
|
const TElem & toPush )
|
|
template<class TElem> |
void ValueStackOf<TElem>::removeAllElements (
|
)
|
|
template<class TElem> |
unsigned int ValueStackOf<TElem>::size (
|
)
|
|
Friends And Related Function Documentation
The documentation for this class was generated from the following file:
|