#include <array.h>
Inheritance diagram for PCharArray:
Public Member Functions | |
PDECLARE_BASEARRAY (PCharArray, char) | |
Construction | |
PCharArray (PINDEX initialSize=0) | |
PCharArray (char const *buffer, PINDEX length, BOOL dynamic=TRUE) | |
Overrides from class PObject | |
virtual void | PrintOn (ostream &strm) const |
Print the array. | |
virtual void | ReadFrom (istream &strm) |
Read the array. |
|
Construct a new dynamic array of char. The array is initialised to all zero bytes.
|
|
Construct a new dynamic array of char.
|
|
|
|
Print the array.
Reimplemented in PString. |
|
Read the array.
Reimplemented in PString. |