equal
deleted
inserted
replaced
4978 |
4978 |
4979 |
4979 |
4980 |
4980 |
4981 |
4981 |
4982 template <class T> |
4982 template <class T> |
|
4983 inline void RArray<T>::SetKeyOffset(TInt aOffset) |
|
4984 /** |
|
4985 Sets the offset of the ordering key within each array entry. |
|
4986 |
|
4987 @param aKeyOffset The key offset. |
|
4988 |
|
4989 @panic USER 128, if aKeyOffset is not positive, or is not less than the |
|
4990 size of class T, or is not a multiple of 4. |
|
4991 */ |
|
4992 {RArrayBase::SetKeyOffset(aOffset);} |
|
4993 |
|
4994 |
|
4995 |
|
4996 |
|
4997 template <class T> |
4983 inline TInt RArray<T>::Count() const |
4998 inline TInt RArray<T>::Count() const |
4984 /** |
4999 /** |
4985 Gets the number of objects in the array. |
5000 Gets the number of objects in the array. |
4986 |
5001 |
4987 @return The number of objects in the array. |
5002 @return The number of objects in the array. |