diff -r 48780e181b38 -r 578be2adaf3e Symbian3/PDK/Source/GUID-6180B291-1862-5F1F-AF05-85E42B37B172.dita --- a/Symbian3/PDK/Source/GUID-6180B291-1862-5F1F-AF05-85E42B37B172.dita Tue Jul 20 12:00:49 2010 +0100 +++ b/Symbian3/PDK/Source/GUID-6180B291-1862-5F1F-AF05-85E42B37B172.dita Fri Aug 13 16:47:46 2010 +0100 @@ -1,31 +1,31 @@ - - - - - -Introduction -to dynamic arraysDescribes dynamic arrays. -

A number of classes are provided for constructing dynamically expandable -arrays in which the memory for the array elements is allocated from the heap.

-

The elements of an array can consist of any object, but in practice the -most common types are:

- -

The array classes are all templated; the template parameter defines the -type of object which is to form an array element.

-

An array can consist of elements which have variable lengths or elements -which all have the same length, depending on the specific class used.

-

Logically, each element of an array has a definite position within that -array but the physical organisation of the elements depends on the specific -array class.

+ + + + + +Introduction +to dynamic arraysDescribes dynamic arrays. +

A number of classes are provided for constructing dynamically expandable +arrays in which the memory for the array elements is allocated from the heap.

+

The elements of an array can consist of any object, but in practice the +most common types are:

+
    +
  • pointers to CBase - +derived objects.

  • +
  • T type +and R type objects.

  • +
+

The array classes are all templated; the template parameter defines the +type of object which is to form an array element.

+

An array can consist of elements which have variable lengths or elements +which all have the same length, depending on the specific class used.

+

Logically, each element of an array has a definite position within that +array but the physical organisation of the elements depends on the specific +array class.

\ No newline at end of file