RStringToken Class Reference

class RStringToken : public RStringTokenBase

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

This class must be turned into a RString 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 RString .

Inherits from

Member Functions Documentation

operator!=(RStringToken)

TBool operator!= ( RStringToken aVal ) const [inline]

Inequality operator.

Parameters

RStringToken aVal The string to compare.

operator=(RString)

RStringToken operator= ( RString aVal ) [inline]

Assignment operator, which makes a string token from a string.

Parameters

RString aVal The string to copy.

operator==(RStringToken)

TBool operator== ( RStringToken aVal ) const [inline]

Equality operator.

Parameters

RStringToken aVal The string to compare.