kernel/eka/include/e32cmn.inl
changeset 200 73ea206103e6
parent 109 b3a1d9898418
child 221 39b39e1a406e
equal deleted inserted replaced
152:657f875b013e 200:73ea206103e6
  4864 
  4864 
  4865 
  4865 
  4866 
  4866 
  4867 
  4867 
  4868 template <class T>
  4868 template <class T>
       
  4869 inline void RArray<T>::SetKeyOffset(TInt aOffset)
       
  4870 /**
       
  4871 Sets the offset of the ordering key within each array entry.
       
  4872 
       
  4873 @param aKeyOffset   The key offset.
       
  4874 
       
  4875 @panic USER 128, if aKeyOffset is not positive, or is not less than the 
       
  4876        size of class T, or is not a multiple of 4.
       
  4877 */
       
  4878 	{RArrayBase::SetKeyOffset(aOffset);}
       
  4879 
       
  4880 
       
  4881 
       
  4882 
       
  4883 template <class T>
  4869 inline TInt RArray<T>::Count() const
  4884 inline TInt RArray<T>::Count() const
  4870 /**
  4885 /**
  4871 Gets the number of objects in the array.
  4886 Gets the number of objects in the array.
  4872 
  4887 
  4873 @return The number of objects in the array.
  4888 @return The number of objects in the array.