ContentAccess::CStringAttribute Class Reference

class ContentAccess::CStringAttribute : public CBase

Inherits from

  • ContentAccess::CStringAttribute

Constructor & Destructor Documentation

CStringAttribute(TInt, TInt)

CStringAttribute ( TInt aAttribute,
TInt aError
) [private]

Parameters

TInt aAttribute
TInt aError

~CStringAttribute()

~CStringAttribute ( ) [virtual]

Member Functions Documentation

Attribute()

TInt Attribute ( ) const

ConstructL(const TDesC &)

void ConstructL ( const TDesC & aValue ) [private]

Parameters

const TDesC & aValue

Error()

TInt Error ( ) const

NewL(TInt, const TDesC &, TInt)

CStringAttribute * NewL ( TInt aAttribute,
const TDesC & aValue,
TInt aError
) [static]

Parameters

TInt aAttribute
const TDesC & aValue
TInt aError

Value()

const TDesC & Value ( ) const

Member Data Documentation

TInt iAttribute

TInt iAttribute [private]

TInt iError

TInt iError [private]

HBufC * iValue

HBufC * iValue [private]