class PStringArray |
This is an array collection class of PString objects.
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 is an array 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 PAbstractArray and PArray classes and PDECLARE_ARRAY macro for more information.
The default behaviour reads '\n' separated strings until !strm.good().
If storage is not null then that is used to allocate the memory.
Alphabetic index HTML hierarchy of classes or Java