| 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.
The string to copy.