Symbian3/SDK/Source/GUID-C302BD91-12AB-5888-98AC-33EB7A146312.dita
changeset 0 89d6a7a84779
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Symbian3/SDK/Source/GUID-C302BD91-12AB-5888-98AC-33EB7A146312.dita	Thu Jan 21 18:18:20 2010 +0000
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies) All rights reserved. -->
+<!-- This component and the accompanying materials are made available under the terms of the License 
+"Eclipse Public License v1.0" which accompanies this distribution, 
+and is available at the URL "http://www.eclipse.org/legal/epl-v10.html". -->
+<!-- Initial Contributors:
+    Nokia Corporation - initial contribution.
+Contributors: 
+-->
+<!DOCTYPE concept
+  PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd">
+<concept id="GUID-C302BD91-12AB-5888-98AC-33EB7A146312" xml:lang="en"><title>Fixed
+Size Arrays Overview</title><shortdesc>This document is an overview of fixed size arrays.</shortdesc><prolog><metadata><keywords/></metadata></prolog><conbody>
+<section id="GUID-6ECBAC31-1772-49F6-84F9-D49B250CF7F5"><title>Purpose</title> <p>Provides a simple wrapper to C++ arrays
+with additional automatic checking of index values.</p> </section>
+<section id="GUID-DEEAB5CC-2992-4C90-AD90-7FC027B3D128"><title>Description</title> <p>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.</p> <p>The fixed sized array
+interface is provided by <xref href="GUID-1EC847DC-6858-3BEE-A5B2-F7737F1D50AD.dita"><apiname>TFixedArray</apiname></xref> <codeph>&lt;class
+T, TInt S&gt;</codeph>.</p> </section>
+</conbody></concept>
\ No newline at end of file