template<class T> class PSortedList |
This template class maps the PAbstractSortedList to a specific object type.
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 PAbstractSortedList to a specific object type. The functions in this class primarily do all the appropriate casting of types.Note that if templates are not used the PDECLARE_SORTED_LIST macro will simulate the template instantiation.
Note that by default, objects placed into the list will be deleted when removed or when all references to the list are destroyed.
The object accessed in this way is remembered by the class and further access will be fast.
Alphabetic index HTML hierarchy of classes or Java