CTzLocalizedArray Class Reference
class CTzLocalizedArray : public CBase |
Template for arrays of localized objects. Implemented using a thin template. All functions are inline.
Constructor & Destructor Documentation
CTzLocalizedArray()
CTzLocalizedArray | ( | ) | [protected, inline] |
~CTzLocalizedArray()
~CTzLocalizedArray | ( | ) | [protected, inline] |
Member Functions Documentation
AppendL(T *)
void | AppendL | ( | T * | aElement | ) | [protected, inline] |
Appends aElement to this array.
Parameters
T * aElement | The element to add. |
At(TInt)
T & | At | ( | TInt | aIndex | ) | const [protected, inline] |
Returns the element at the specified index.
Parameters
TInt aIndex | Index of the element to get. |
Count()
TInt
| Count | ( | ) | const [protected, inline] |
Returns the number of elements in the array.
Find(T *, TIdentityRelation< T >)
Finds an element in this array.
Remove(TInt)
void | Remove | ( | TInt | aIndex | ) | [protected, inline] |
Removes the element at the specified index.
Parameters
TInt aIndex | The index of the element to remove. |
ReserveL(TInt)
void | ReserveL | ( | TInt | aCount | ) | [protected, inline] |
Member Data Documentation
RPointerArray< T > iArray
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.