template<class T> class PQueue |
This template class maps the PAbstractList to a specific object type, and adds functionality that allows the list to be used as a first in first out queue.
Overrides from class PContainer
Overrides from class PCollection
Common functions for collections
Common functions for containers
Run Time Type functions
I/O functions
Miscellaneous 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 first in first out queue. 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_QUEUE macro will simulate the template instantiation.
Note that by default, objects placed into the queue will not be deleted when removed or when all references to the queue are destroyed. This is different from the default on most collection classes.
Alphabetic index HTML hierarchy of classes or Java