class TReportUtils |
HID report base object
Base class for report translator and report generator. Contains only static functions.
Public Member Functions | |
---|---|
TBool | GetIndexOfUsage (const CField *, TInt , TInt &) |
TInt | ReadData (const TDesC8 &, const CField *, TInt , TInt &) |
TInt | UsageAtIndex (const CField *, TInt ) |
TInt | WriteData ( HBufC8 &, const CField *, TInt , TInt ) |
TBool | GetIndexOfUsage | ( | const CField * | aField, |
TInt | aUsageId, | |||
TInt & | aUsageIndex | |||
) | [static] |
Find the index within the usages for a field of a given usage ID.
TInt | ReadData | ( | const TDesC8 & | aData, |
const CField * | aField, | |||
TInt | aIndex, | |||
TInt & | aValue | |||
) | [static] |
Read a value from a field at a given index.
TInt | UsageAtIndex | ( | const CField * | aField, |
TInt | aUsageIndex | |||
) | [static] |
Find the usage ID at a given index within the usages for a field.
TInt | WriteData | ( | HBufC8 & | aData, |
const CField * | aField, | |||
TInt | aIndex, | |||
TInt | aValue | |||
) | [static] |
Write a value to a field at a given index.
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.