#include <stringpool.h>
| class RStringToken : public RStringTokenBase |
| Public Member Functions | |
|---|---|
| TBool | operator!=(RStringToken) |
| RStringToken | operator=(RString) |
| TBool | operator==(RStringToken) |
| Inherited Attributes | |
|---|---|
| RStringTokenBase::iVal | |
| Inherited Functions | |
|---|---|
| RStringTokenBase::IsNull()const | |
| RStringTokenBase::RStringTokenBase() | |
| RStringTokenBase::operator=(RStringBase) | |
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.
| TBool | operator!= | ( | RStringToken | aVal | ) | const [inline] |
Inequality operator.
| Parameters | |
|---|---|
| aVal | The string to compare. |
| RStringToken | operator= | ( | RString | aVal | ) | [inline] |
Assignment operator, which makes a string token from a string.
| Parameters | |
|---|---|
| aVal | The string to copy. |
| TBool | operator== | ( | RStringToken | aVal | ) | const [inline] |
Equality operator.
| Parameters | |
|---|---|
| aVal | The string to compare. |