CPhoneGsmParserBase Class Reference
class CPhoneGsmParserBase : public CBase |
It is base class for parsers.
- Since
- 1.0 phoneparser.lib
Member Functions Documentation
ExtractNumber(const TDesC &)
Extracts sequence of digits.
Parameters
const TDesC & aString | input. |
IsPostfixOf(const TDesC &, const TDesC &)
Checks if string is postfix of another.
Parameters
const TDesC & aString | original string. |
const TDesC & aPostfix | |
IsPrefixOf(const TDesC &, const TDesC &)
Checks if string is prefix of another.
Parameters
const TDesC & aString | original string. |
const TDesC & aPrefix | possibly prefix of aString. |
ParseL(const TDesC &, CPhoneGsmParserResult &, CPhoneGsmOptionContainerBase &)
Parses string.
String must not contain other characters than from set { 0..9, *, #, +, p, w }. If method leaves, then result may contain something that is not valid.
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.