CTzLocalizedArray Class Reference
#include
<mw/tzlocalizationdatatypes.h>
Link against: clocktimezoneresolver.lib
class CTzLocalizedArray : public CBase |
Detailed Description
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 Function Documentation
AppendL ( T * )
void | AppendL | ( | T * | aElement | ) | [protected, inline] |
Appends aElement to this array.
Parameter | Description | aElement | The element to add. |
At ( TInt )
T & | At | ( | TInt | aIndex | ) | const [protected, inline] |
Returns the element at the specified index.
Parameter | Description | aIndex | Index of the element to get. |
Returns: The element at aIndex.
Count ( )
TInt
| Count | ( | ) | const [protected, inline] |
Returns the number of elements in the array.
Returns: The number of elements in the array.
Find ( T *, TIdentityRelation< T > )
Finds an element in this array.
Parameter | Description | aIdentityRelation | finding function to use. |
Remove ( TInt )
void | Remove | ( | TInt | aIndex | ) | [protected, inline] |
Removes the element at the specified index.
Parameter | Description | aIndex | The index of the element to remove. |
ReserveL ( TInt )
void | ReserveL | ( | TInt | aCount | ) | [protected, inline] |
Sort ( TLinearOrder< T > )
Parameter | Description | aOrder | The sorting function to use. |