diff -r 4816d766a08a -r f345bda72bc4 Symbian3/PDK/Source/GUID-1A94AA49-3954-581B-92EE-C9BDA253508F.dita --- a/Symbian3/PDK/Source/GUID-1A94AA49-3954-581B-92EE-C9BDA253508F.dita Tue Mar 30 11:42:04 2010 +0100 +++ b/Symbian3/PDK/Source/GUID-1A94AA49-3954-581B-92EE-C9BDA253508F.dita Tue Mar 30 11:56:28 2010 +0100 @@ -1,21 +1,21 @@ - - - - - -How -to create a generic arrayArrays can be created using a templated class. This allows a degree -of polymorphism to be used without needing to know the data type in the array. -

Arrays can be accessed in a limited way using a TArray<class T> object. -This is a templated class which can be constructed by any of the templated -array classes: CArrayFixFlat<class T>, CArrayFixSeg<class T>, CArrayVarFlat<class T>, CArrayVarSeg<class T> and CArrayPakFlat<class T>.

-

It allows a degree of polymorphism amongst the array classes. It permits -the operator[] and the Count() member functions -of an array to be invoked without knowing the type of that array.

+ + + + + +How +to create a generic arrayArrays can be created using a templated class. This allows a degree +of polymorphism to be used without needing to know the data type in the array. +

Arrays can be accessed in a limited way using a TArray<class T> object. +This is a templated class which can be constructed by any of the templated +array classes: CArrayFixFlat<class T>, CArrayFixSeg<class T>, CArrayVarFlat<class T>, CArrayVarSeg<class T> and CArrayPakFlat<class T>.

+

It allows a degree of polymorphism amongst the array classes. It permits +the operator[] and the Count() member functions +of an array to be invoked without knowing the type of that array.

\ No newline at end of file