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