CPhoneGsmParserResult Class Reference

class CPhoneGsmParserResult : public CBase

Instances will contain the results of the parsing.

Since
1.0 phoneparser.lib

Inherits from

  • CPhoneGsmParserResult

Constructor & Destructor Documentation

CPhoneGsmParserResult()

CPhoneGsmParserResult()[private]

C++ default constructor.

CPhoneGsmParserResult(const CPhoneGsmParserResult &)

CPhoneGsmParserResult(const CPhoneGsmParserResult &)[private]

Parameters

const CPhoneGsmParserResult &

~CPhoneGsmParserResult()

~CPhoneGsmParserResult()

Destructor.

Member Functions Documentation

AddParameterL(const TDesC &)

voidAddParameterL(const TDesC &aParameter)

Adds a parameter.

It will leave if there is not enough memory.

Parameters

const TDesC & aParameterIt is the parameter.

AuxInformation()

TUint AuxInformation()const [inline]

Returns auxilirary information.

ClearL()

voidClearL()

Sets state to initial.

ConstructL()

voidConstructL()[private]

Symbian OS constructor.

CountParameters()

TUint CountParameters()const [inline]

Returns the count of parameters.

NewL()

CPhoneGsmParserResult *NewL()[static]

Two-phased constructor.

ParameterAt(TInt)

const TDesC &ParameterAt(TIntaIndex)const

Returns parameter at given position.

Parameters

TInt aIndexIt is the position.

ReserveParametersL(TUint)

voidReserveParametersL(TUintaAmount)

Reserve parameters.

Parameters

TUint aAmountIt is the amount of parameters to reserve.

SetAuxInformation(TUint)

voidSetAuxInformation(TUintaAuxInformation)

Sets auxilirary information.

Parameters

TUint aAuxInformationIt is the new aux information.

SetUid(TUint)

voidSetUid(TUintaUid)

Sets the uid.

Parameters

TUint aUidIt is the new uid.

Uid()

TUint Uid()const [inline]

Returns uid.

operator=(const CPhoneGsmParserResult &)

CPhoneGsmParserResult &operator=(const CPhoneGsmParserResult &)[private]

Parameters

const CPhoneGsmParserResult &

Member Data Documentation

TUint iAuxInformation

TUint iAuxInformation[private]

CArrayFixFlat< TPtrC > * iParameters

CArrayFixFlat< TPtrC > *iParameters[private]

TUint iUid

TUint iUid[private]