Location:
stringpool.h
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.
RStringBase
- Base class for classes that represent a string in a string pool
RString
- A string that is stored in a string pool, with case-sensitive comparisons
Defined in RString
:
Copy()
, operator RStringToken()
, operator!=()
, operator==()
Inherited from RStringBase
:
Close()
,
DesC()
,
Index()
,
OriginalTableRef()
,
Pool()
,
iPool
,
iVal
,
operator RStringTokenBase()
inline RString Copy();
Copies a string.
Both the original and the copy must be separately closed.
|
inline operator RStringToken() const;
Returns a compact string equivalent to the string (for case-sensitive strings)
|