Location:
stringpool.h
class RStringTokenF : public RStringTokenBase;
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
.
RStringTokenBase
- Base class for the
RStringTokenF
- A compact (4 byte) representation of a
Defined in RStringTokenF
:
operator!=()
, operator=()
, operator==()
Inherited from RStringTokenBase
:
IsNull()
,
iVal
inline TBool operator==(RStringTokenF aVal) const;
Equality operator.
|
|
inline TBool operator!=(RStringTokenF aVal) const;
Inequality operator.
|
|
inline RStringTokenF operator=(RStringF aVal);
Assignment operator that makes a string token from a string.
|
|