This is a sorted list collection class of PString objects.
Overrides from class PObject
New functions for class
Overrides from class PContainer
Overrides from class PCollection
Common functions for collections
Common functions for containers
Run Time Type functions
Comparison functions
I/O functions
Miscellaneous functions
This is a sorted list collection class of PString objects. It has all the usual functions for a collection, with the object types set to PString pointers.In addition some addition functions are added that take a const PString reference instead of a pointer as most standard collection functions do. This is more convenient for when string expressions are used as parameters to function in the collection.
See the PAbstractSortedList and PSortedList classes and PDECLARE_SORTEDLIST macro for more information.
PSortedStringList( const PStringArray & array )
PSortedStringList( const PStringList & list )
PINDEX GetStringsIndex( const PString & str ) const
Alphabetic index HTML hierarchy of classes or Java