|
|
|
|
Location:
BSP.H
Link against: biut.lib
class CParsedField : public CBase;
Represents a single token-value pair for a given field in a BIO/smart message grammar.
CBase - Base class for all classes to be instantiated on the heap
CParsedField - Represents a single token-value pair for a given field in a BIO/smart message grammar
Defined in CParsedField:
CParsedField(), ExternalizeL(), FieldName(), FieldValue(), InternalizeL(), MandatoryField(), SetFieldNameL(), SetFieldValueL(), SetMandatoryField(), ~CParsedField()
Inherited from CBase:
Delete(),
Extension_(),
operator new()
IMPORT_C void SetFieldNameL(const TDesC &aFieldName);
Sets the field name.
|
IMPORT_C void SetFieldValueL(const TDesC &aFieldValue);
Sets the field value.
|
IMPORT_C TBool MandatoryField() const;
Tests if this is a mandatory field.
|
IMPORT_C void SetMandatoryField(TBool aMandatoryField);
Sets/unsets this as a mandatory field.
|
IMPORT_C void InternalizeL(RReadStream &aStream);
Internalises the object.
|
IMPORT_C void ExternalizeL(RWriteStream &aStream) const;
Externalises the object.
|