class RStringTokenF : public RStringTokenBase |
Public Member Functions | |
---|---|
TBool | operator!=(RStringTokenF) |
RStringTokenF | operator=(RStringF) |
TBool | operator==(RStringTokenF) |
Inherited Functions | |
---|---|
RStringTokenBase::IsNull()const | |
RStringTokenBase::RStringTokenBase() | |
RStringTokenBase::operator=(RStringBase) |
Inherited Attributes | |
---|---|
RStringTokenBase::iVal |
TBool | operator!= | ( | RStringTokenF | aVal | ) | const [inline] |
Inequality operator.
ETrue if any strings are different, else EFalse
RStringTokenF aVal | The string to compare. |
RStringTokenF | operator= | ( | RStringF | aVal | ) | [inline] |
Assignment operator that makes a string token from a string.
The string token.
RStringF aVal | The string to compare. |
TBool | operator== | ( | RStringTokenF | aVal | ) | const [inline] |
Equality operator.
ETrue if the strings are the same, otherwise EFalse.
RStringTokenF aVal | The string to compare. |