|
Public Member Functions |
virtual TPtrC8 | Name ()=0 |
| Gets the name of the property.
|
virtual TPtrC8 | Type ()=0 |
| Gets the type of the property.
|
virtual TPtrC8 | Value ()=0 |
| Gets the value of the property.
|
virtual TInt | IntValue (TInt &aValue)=0 |
| Gets the integer value of the property.
|
virtual TInt | BoolValue (TBool &aValue)=0 |
| Gets the boolean value of the property.
|
virtual TInt | ValueTokensL (const TDesC8 &aDelimiter, RPointerArray< TPtrC8 > &aTokens)=0 |
| Populates given array with the tokens delimited by given delimiter.
|