Public Methods
Protected Members
template class TStackAsListImp
Implements the fundamental stack operations, using a stack
as the underlying implementation. The type Stk specifies the
form of the stack, either a TStackImp or a
TIStackImp. The type T specifies the type of the
objects to be put on the stack. When using TStackImp,
T should be the same as T0. When using TIStackImp, T
should be of type pointer to T0. See TStackAsList and
TIStackAsList for examples.
TStackAsListImp ()
| TStackAsListImp |
[const]
[const]
int GetItemsInContainer ()
| GetItemsInContainer |
[const]
[protected]
Generated by: nicola on gulliver.wadahome.it on Sun May 25 13:54:34 2003, using kdoc 2.0a53. |