Symbian
 Developer Library

DEVELOPER LIBRARY

[Index] [Glossary] [Previous] [Next]



About Dynamic Arrays API

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.

Symbian OS arrays support both fixed length and variable length elements as well as elements consisting of pointers.