| class RStringBase |
Base class for classes that represent a string in a string pool.
There are sub-classes for folded and non-folded strings. Use this class when you want to receive a string, but have no intention of comparing it with anything.
| Public Member Functions | |
|---|---|
| RStringBase() | |
| IMPORT_C void | Close() |
| IMPORT_C RStringBase | Copy() |
| IMPORT_C const TDesC8 & | DesC() |
| IMPORT_C TInt | Index(const TStringTable &) |
| IMPORT_C const TStringTable * | OriginalTableRef() |
| RStringPool | Pool() |
| operator RStringTokenBase() | |
| Protected Attributes | |
|---|---|
| RStringPool | iPool |
| TUint32 | iVal |
| IMPORT_C TInt | Index | ( | const TStringTable & | aTable | ) | const |
| const TStringTable & aTable |
| operator RStringTokenBase | ( | ) | const [inline] |
Returns a compact string equivalent to the string