The dynamic arrays sub-API offers a number of classes for constructing dynamically expandable arrays.
The array classes are all templated and use the thin template idiom; the template parameter defines the type of object which forms the array element.
EPOC arrays support both fixed length and variable length elements as well as elements consisting of pointers.