RDataReader Class Reference
Constructor & Destructor Documentation
RDataReader(const TLbsAssistanceDataLayoutMap *)
Member Functions Documentation
FieldExists(const typename T::TFieldId &)
TBool
| FieldExists | ( | const typename T::TFieldId & | aFieldId | ) | const [inline] |
Field Exists Returns true if Data Builder Field Exists
Parameters
const typename T::TFieldId & aFieldId | id of field we are interested in |
GetArrayReader(const typename T::TFieldId &, RDataReaderArrayBase &)
GetArrayReader ArrayReader array reader implementation
Parameters
const typename T::TFieldId & aFieldId | id of field we are interested in |
RDataReaderArrayBase & aArrayReader | reference to RDataReaderArrayBase |
GetField(const typename T::TFieldId &, S &)
TInt
| GetField | ( | const typename T::TFieldId & | aFieldId, |
| S & | aData |
| ) | const [inline] |
Get Field GetField field exists implementation
Parameters
const typename T::TFieldId & aFieldId | index of field we are interested in |
S & aData | data from reader we are interested in |
GetFieldReader(const typename T::TFieldId &, RDataReader< S, RDataReaderBase > &)
Get Field Reader Get must get a RDataReader<S, RDataReaderBase>, not a RDataReader<S, RDataReaderRootBase> - hence the template as is... FieldReader implementation
Parameters
const typename T::TFieldId & aFieldId | id of field we are interested in |
RDataReader< S, RDataReaderBase > & aDataReader | we are interested in |
IsDataAvailable()
TBool
| IsDataAvailable | ( | ) | const [inline] |
Returns if Any Data Reader Field Exists
Returns true if any field exists in the Reader
Member Data Documentation
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.