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.

The string to copy.

operator RStringTokenF()

operator RStringTokenF()const [inline]

operator!=(const RStringF &)

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

Inequality operator.

ETrue if the strings are not equal, else EFalse

Parameters

const RStringF & aValThe string to compare.

operator==(const RStringF &)

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

Equality operator.

ETrue if the strings are equal, else EFalse

Parameters

const RStringF & aValThe string to compare.