#include <stringpool.h>
| class RStringF : public RStringBase |
| Public Member Functions | |
|---|---|
| RStringF | Copy() |
| operator RStringTokenF() | |
| TBool | operator!=(const RStringF &) |
| TBool | operator==(const RStringF &) |
| Inherited Attributes | |
|---|---|
| RStringBase::iPool | |
| RStringBase::iVal | |
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.
| RStringF | Copy | ( | ) | [inline] |
Reimplemented from RStringBase::Copy()
Copies a string.
Both the original and the copy must be separately closed.
Returns: The string to copy.