Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <stringpool.h>

Class RStringF

class RStringF : public RStringBase;

Description

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.

Derivation

Members

Defined in RStringF:

Inherited from RStringBase:


Member functions


Copy()

inline RStringF Copy();

Description

Copies a string.

Both the original and the copy must be separately closed.

Return value

RStringF

The string to copy.


operator RStringTokenF()const

inline operator RStringTokenF() const;

Description

Return value


operator==(const RStringF &)const

inline TBool operator==(const RStringF &aVal) const;

Description

Equality operator.

Parameters

const RStringF &aVal

The string to compare.

Return value

TBool

ETrue if the strings are equal, else EFalse


operator!=(const RStringF &)const

inline TBool operator!=(const RStringF &aVal) const;

Description

Inequality operator.

Parameters

const RStringF &aVal

The string to compare.

Return value

TBool

ETrue if the strings are not equal, else EFalse