RStringF Class Reference

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.

Inherits from

Member Functions Documentation

Copy()

RStringF Copy()[inline]

Copies a string.

Both the original and the copy must be separately closed.

operator RStringTokenF()

operator RStringTokenF()const [inline]

operator!=(const RStringF &)

TBool operator!=(const RStringF &aVal)const [inline]

Inequality operator.

Parameters

const RStringF & aValThe string to compare.

operator==(const RStringF &)

TBool operator==(const RStringF &aVal)const [inline]

Equality operator.

Parameters

const RStringF & aValThe string to compare.