class RStringF : public RStringBase |
A string that is stored in a string pool, with case-insensitive comparisons.
To initialise values of this class, you need to use the operator() functions on the RStringPool.
Comparisons with this class use folded (case insensitive) comparisons.
Public Member Functions | |
---|---|
RStringF | Copy() |
operator RStringTokenF() | |
TBool | operator!=(const RStringF &) |
TBool | operator==(const RStringF &) |
Inherited Attributes | |
---|---|
RStringBase::iPool | |
RStringBase::iVal |
RStringF | Copy | ( | ) | [inline] |
Copies a string.
Both the original and the copy must be separately closed.
TBool | operator!= | ( | const RStringF & | aVal | ) | const [inline] |
Inequality operator.
const RStringF & aVal | The string to compare. |
TBool | operator== | ( | const RStringF & | aVal | ) | const [inline] |
Equality operator.
const RStringF & aVal | The string to compare. |
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.