This is a dictionary collection class of PString objects, keyed by another string.
![]() | Initialiser Structure for static array initialiser for class. |
![]() | PStringToString ( PINDEX count, const Initialiser * init, BOOL caselessKeys = FALSE, BOOL caselessValues = FALSE ) Initialise the string dictionary of strings from the static array. |
Construction
Overrides from class PObject
New functions for class
Overrides from class PCollection
Overrides from class PContainer
Common functions for collections
Common functions for containers
Run Time Type functions
Comparison functions
I/O functions
Miscellaneous functions
This is a dictionary collection class of PString objects, keyed by another string. 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 PAbstractDictionary and PStringDictionary classes and PDECLARE_DICTIONARY and PDECLARE_STRING_DICTIONARY macros for more information.
Alphabetic index HTML hierarchy of classes or Java