THttpHeaderValueVariant Class Reference
class THttpHeaderValueVariant |
Constructor & Destructor Documentation
THttpHeaderValueVariant()
THttpHeaderValueVariant | ( | ) | [inline] |
THttpHeaderValueVariant(TInt)
THttpHeaderValueVariant | ( | TInt | aIntVariant | ) | [inline] |
THttpHeaderValueVariant(const TDesC8 &)
THttpHeaderValueVariant | ( | const TDesC8 & | aStrVariant | ) | [inline] |
THttpHeaderValueVariant(TDateTime)
THttpHeaderValueVariant | ( | TDateTime | aDateVariant | ) | [inline] |
Member Functions Documentation
DateTime()
Returns the contained datetime value. Will panic if the contained datatype is not a datettime value
Int()
Returns the contained integer. Will panic if the contained datatype is not an ineger
SetDateTime(TDateTime)
void | SetDateTime | ( | TDateTime | aDateVariant | ) | [inline] |
SetInt(TInt)
void | SetInt | ( | TInt | aIntVariant | ) | [inline] |
Parameters
TInt aIntVariant | Integer value |
SetStr(const TDesC8 &)
void | SetStr | ( | const TDesC8 & | aStrVariant | ) | [inline] |
Parameters
const TDesC8 & aStrVariant | String value |
Str()
Returns the contained string. Will panic if the contained datatype is not an string
Type()
Return the type that is represented by "this" object
Member Enumerations Documentation
Enum THttpVariantType
Enumerators
ENoType = 0x00 | |
EIntType = 0x01 | |
EStrType = 0x02 | |
EDateTimeType = 0x03 | |
Member Data Documentation
THttpVariantType
iVariantType
TInt
iVariantVal
TInt
| iVariantVal | [private] |
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.