Public Methods
Protected Members
template class TStackAsVectorImp
Implements the fundamental stack operations, using a vector
as the underlying implementation. The type Vect specifies the
form of the vector, either a TVectorImp or a
TIVectorImp. The type T specifies the type of the
objects to be put on the stack. When using TVectorImp,
T should be the same as T0. When using TIVectorImp, T
should be of type pointer to T0. See TStackAsVector and
TIStackAsVector for examples.
TStackAsVectorImp ( unsigned max = DEFAULT_STACK_SIZE )
| TStackAsVectorImp |
[const]
[const]
int GetItemsInContainer ()
| GetItemsInContainer |
[const]
[protected]
[protected]
Generated by: nicola on gulliver.wadahome.it on Sun May 25 13:54:34 2003, using kdoc 2.0a53. |