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