Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

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



Fixed Size Arrays Overview


Purpose

Provides a simple wrapper to C++ arrays with additional automatic checking of index values.

[Top]


Description

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>.