| class MAiStrParser |
It is the interface for handling string parsing.
| Public Member Functions | |
|---|---|
| HBufC16 * | CopyToBufferL ( HBufC16 *, const TDesC16 &) |
| HBufC16 * | CopyToBufferL ( HBufC16 *, const TDesC8 &) |
| HBufC8 * | CopyToBufferL ( HBufC8 *, const TDesC8 &) |
| HBufC8 * | CopyToBufferL ( HBufC8 *, const TDesC16 &) |
| TInt | ParseInt ( TInt32 &, const TDesC8 &) |
| void | Release () |
| Protected Member Functions | |
|---|---|
| ~MAiStrParser () | |
| HBufC16 * | CopyToBufferL | ( | HBufC16 * | aBuffer, |
| const TDesC16 & | aText | |||
| ) | [pure virtual] | |||
Copies aText to aBuffer.
| HBufC16 * | CopyToBufferL | ( | HBufC16 * | aBuffer, |
| const TDesC8 & | aText | |||
| ) | [pure virtual] | |||
Copies and converts aText to aBuffer. UTF-8 to UCS-2 conversion is applied to aText.
| HBufC8 * | CopyToBufferL | ( | HBufC8 * | aBuffer, |
| const TDesC8 & | aText | |||
| ) | [pure virtual] | |||
Copies aText to aBuffer.
| HBufC8 * | CopyToBufferL | ( | HBufC8 * | aBuffer, |
| const TDesC16 & | aText | |||
| ) | [pure virtual] | |||
Copies and converts aText to aBuffer. UCS-2 to UTF-8 conversion is applied to aText.
| TInt | ParseInt | ( | TInt32 & | aValue, |
| const TDesC8 & | aStringValue | |||
| ) | [pure virtual] | |||
Parses an integer value from string. The string may contain the integer value either in hexadecimal or decimal format.
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.