Location:
stringpool.h
class RStringTokenBase;
Base class for the RStringToken
and RStringTokenF
string representations. A compact (4 byte) representation of a string in the string pool. This class must be turned into
a RStringBase
(or one of its derived classes) before you can do anything useful with it. It is only intended to be used when storing strings
in situations where space matters; normaly use RStringBase
.
Defined in RStringTokenBase
:
IsNull()
, RStringTokenBase()
, iVal
, operator=()
inline RStringTokenBase operator=(RStringBase aVal);
Assignment operator, which makes a string token from a string.
|
|
inline TBool IsNull() const;
Tests if the string is null or not.
|
protected: TUint32 iVal;