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