RStringTokenF Class Reference

#include <stringpool.h>

class RStringTokenF : public RStringTokenBase

Inherits from

Detailed 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.

Member Function Documentation

operator!= ( RStringTokenF )

TBool operator!=(RStringTokenFaVal)const [inline]

Inequality operator.

ParameterDescription
aValThe string to compare.

Returns: ETrue if any strings are different, else EFalse

operator= ( RStringF )

RStringTokenF operator=(RStringFaVal)[inline]

Assignment operator that makes a string token from a string.

ParameterDescription
aValThe string to compare.

Returns: The string token.

operator== ( RStringTokenF )

TBool operator==(RStringTokenFaVal)const [inline]

Equality operator.

ParameterDescription
aValThe string to compare.

Returns: ETrue if the strings are the same, otherwise EFalse.