This document is an overview of fixed size arrays.
Fixed Size Arrays provide an inexpensive but defensive programming alternative to standard C++ arrays. Panics are produced on attempts to access out-of-range index values.
The fixed sized array interface is provided by TFixedArray <class T, TInt S> .
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.