class RString : public RStringBase |
A string that is stored in a string pool, with case-sensitive comparisons.
To initialise values of this class, you need to use the operator() functions on the RStringPool.
This class performs comparisons in a non-folded (case sensitive) manner.
Public Member Functions | |
---|---|
RString | Copy() |
operator RStringToken() | |
TBool | operator!=(const RString &) |
TBool | operator==(const RString &) |
Inherited Attributes | |
---|---|
RStringBase::iPool | |
RStringBase::iVal |
RString | Copy | ( | ) | [inline] |
Copies a string.
Both the original and the copy must be separately closed.
The string to copy.
operator RStringToken | ( | ) | const [inline] |
Returns a compact string equivalent to the string (for case-sensitive strings)