class TStackAsListImp

More...

Definition#include <classlib/include/classlib/stacks.h>
Template formTStackAsListImp<class Stk, class T>
Inherited byTIStackAsList, TMIStackAsList, TMStackAsList, TStackAsList
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods

Protected Members


Detailed Description

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

int  IsEmpty ()

IsEmpty

[const]

int  IsFull ()

IsFull

[const]

int  GetItemsInContainer ()

GetItemsInContainer

[const]

Stk Data

Data

[protected]


Generated by: nicola on gulliver.wadahome.it on Sun May 25 13:54:34 2003, using kdoc 2.0a53.