equal
deleted
inserted
replaced
|
1 <?xml version="1.0" encoding="utf-8"?> |
|
2 <!-- Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies) All rights reserved. --> |
|
3 <!-- This component and the accompanying materials are made available under the terms of the License |
|
4 "Eclipse Public License v1.0" which accompanies this distribution, |
|
5 and is available at the URL "http://www.eclipse.org/legal/epl-v10.html". --> |
|
6 <!-- Initial Contributors: |
|
7 Nokia Corporation - initial contribution. |
|
8 Contributors: |
|
9 --> |
|
10 <!DOCTYPE concept |
|
11 PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd"> |
|
12 <concept id="GUID-C302BD91-12AB-5888-98AC-33EB7A146312" xml:lang="en"><title>Fixed |
|
13 Size Arrays Overview</title><shortdesc>This document is an overview of fixed size arrays.</shortdesc><prolog><metadata><keywords/></metadata></prolog><conbody> |
|
14 <section id="GUID-6ECBAC31-1772-49F6-84F9-D49B250CF7F5"><title>Purpose</title> <p>Provides a simple wrapper to C++ arrays |
|
15 with additional automatic checking of index values.</p> </section> |
|
16 <section id="GUID-DEEAB5CC-2992-4C90-AD90-7FC027B3D128"><title>Description</title> <p>Fixed Size Arrays provide an inexpensive |
|
17 but defensive programming alternative to standard C++ arrays. Panics are produced |
|
18 on attempts to access out-of-range index values.</p> <p>The fixed sized array |
|
19 interface is provided by <xref href="GUID-1EC847DC-6858-3BEE-A5B2-F7737F1D50AD.dita"><apiname>TFixedArray</apiname></xref> <codeph><class |
|
20 T, TInt S></codeph>.</p> </section> |
|
21 </conbody></concept> |