template<class T> class PStack |
This template class maps the PAbstractList to a specific object type, and adds functionality that allows the list to be used as a last in first out stack.
Overrides from class PContainer
Overrides from class PCollection
Common functions for collections
Common functions for containers
Run Time Type functions
I/O functions
Comparison functions
This template class maps the PAbstractList to a specific object type, and adds functionality that allows the list to be used as a last in first out stack. The functions in this class primarily do all the appropriate casting of types.By default, objects placed into the set will not be deleted when removed or when all references to the set are destroyed. This is different from the default on most collection classes.
Note that if templates are not used the PDECLARE_STACK macro will simulate the template instantiation.
Note that by default, objects placed into the stack will not be deleted when removed or when all references to the stack are destroyed. This is different from the default on most collection classes.
Alphabetic index HTML hierarchy of classes or Java