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