MSenProperty Class Reference

class MSenProperty

Member Functions Documentation

BoolValue(TBool &)

TInt BoolValue ( TBool & aValue ) [pure virtual]

Gets the boolean value of the property

Parameters

TBool & aValue A TBool reference to be filled in with the value of the property.

IntValue(TInt &)

TInt IntValue ( TInt & aValue ) [pure virtual]

Gets the integer value of the property

Parameters

TInt & aValue A TInt reference to be filled in with the value of the property.

Name()

TPtrC8 Name ( ) [pure virtual]

Gets the name of the property

Type()

TPtrC8 Type ( ) [pure virtual]

Gets the type of the property

Value()

TPtrC8 Value ( ) [pure virtual]

Gets the value of the property

ValueTokensL(const TDesC8 &, RPointerArray< TPtrC8 > &)

TInt ValueTokensL ( const TDesC8 & aDelimiter,
RPointerArray < TPtrC8 > & aTokens
) [pure virtual]

Populates given array with the tokens delimited by given delimiter. Note! Ownership of the TPtrC8 pointers is transfered to the caller.

Parameters

const TDesC8 & aDelimiter Used delimiter.
RPointerArray < TPtrC8 > & aTokens Array which will be populated by tokens.