Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <stringpool.h>

Class RStringTokenF

class RStringTokenF : public RStringTokenBase;

Description

A compact (4 byte) representation of a RStringF string in the string pool.

This class must be turned into a RStringF before you can do anything useful with it. It is only intended to be used when storing strings in situations where space matters. You should normally use RStringF.

Derivation

Members

Defined in RStringTokenF:

Inherited from RStringTokenBase:


Member functions


operator==(RStringTokenF)const

inline TBool operator==(RStringTokenF aVal) const;

Description

Equality operator.

Parameters

RStringTokenF aVal

The string to compare.

Return value

TBool

ETrue if the strings are the same, otherwise EFalse.


operator!=(RStringTokenF)const

inline TBool operator!=(RStringTokenF aVal) const;

Description

Inequality operator.

Parameters

RStringTokenF aVal

The string to compare.

Return value

TBool

ETrue if any strings are different, else EFalse


operator=(RStringF)

inline RStringTokenF operator=(RStringF aVal);

Description

Assignment operator that makes a string token from a string.

Parameters

RStringF aVal

The string to compare.

Return value

RStringTokenF

The string token.