#include <mw/bsp.h>
Link against: biut.lib
class CParsedField : public CBase |
Public Member Functions | |
---|---|
CParsedField() | |
~CParsedField() | |
IMPORT_C void | ExternalizeL(RWriteStream &) |
IMPORT_C TPtrC | FieldName() |
IMPORT_C TPtrC | FieldValue() |
IMPORT_C void | InternalizeL(RReadStream &) |
IMPORT_C TBool | MandatoryField() |
IMPORT_C void | SetFieldNameL(const TDesC &) |
IMPORT_C void | SetFieldValueL(const TDesC &) |
IMPORT_C void | SetMandatoryField(TBool) |
Represents a single token-value pair for a given field in a BIO/smart message grammar.
IMPORT_C void | ExternalizeL | ( | RWriteStream & | aStream | ) | const |
Externalises the object.
Parameters | |
---|---|
aStream | Stream to write to |
IMPORT_C void | InternalizeL | ( | RReadStream & | aStream | ) |
Internalises the object.
Parameters | |
---|---|
aStream | Stream to read from |
IMPORT_C TBool | MandatoryField | ( | ) | const |
Tests if this is a mandatory field.
IMPORT_C void | SetFieldNameL | ( | const TDesC & | aFieldName | ) |
Sets the field name.
Parameters | |
---|---|
aFieldName | Field name |
IMPORT_C void | SetFieldValueL | ( | const TDesC & | aFieldValue | ) |
Sets the field value.
Parameters | |
---|---|
aFieldValue | Field value |
IMPORT_C void | SetMandatoryField | ( | TBool | aMandatoryField | ) |
Sets/unsets this as a mandatory field.
Parameters | |
---|---|
aMandatoryField | True if this is a mandatory field, false if not |