CPhoneGsmParserResult Class Reference

class CPhoneGsmParserResult : public CBase

Instances will contain the results of the parsing.

Since
1.0 phoneparser.lib

Inherits from

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 &)

void AddParameterL ( const TDesC & aParameter )

Adds a parameter.

It will leave if there is not enough memory.

Parameters

const TDesC & aParameter It is the parameter.

AuxInformation()

TUint AuxInformation ( ) const [inline]

Returns auxilirary information.

ClearL()

void ClearL ( )

Sets state to initial.

ConstructL()

void ConstructL ( ) [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 ( TInt aIndex ) const

Returns parameter at given position.

Parameters

TInt aIndex It is the position.

ReserveParametersL(TUint)

void ReserveParametersL ( TUint aAmount )

Reserve parameters.

Parameters

TUint aAmount It is the amount of parameters to reserve.

SetAuxInformation(TUint)

void SetAuxInformation ( TUint aAuxInformation )

Sets auxilirary information.

Parameters

TUint aAuxInformation It is the new aux information.

SetUid(TUint)

void SetUid ( TUint aUid )

Sets the uid.

Parameters

TUint aUid It 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]