#include <array.h>
Public Member Functions | |
Construction | |
PIntArray (PINDEX initialSize=0) | |
PIntArray (int const *buffer, PINDEX length, BOOL dynamic=TRUE) |
|
Construct a new dynamic array of ints. The array is initialised to all zeros.
|
|
Construct a new dynamic array of ints.
|