Classes | |
class | String |
Namespaces | |
maxon | |
Functions | |
maxon::String | ToString (const String &val, const maxon::FormatStatement *formatStatement, maxon::Bool checkDatatype=false) |
const maxon::String & | MaxonConvert (const String &val) |
String | MaxonConvert (const maxon::String &val) |
static Bool | operator== (const String &left, const Char *right) |
static Bool | operator== (const String &left, const String &right) |
static Bool | operator!= (const String &left, const String &right) |
static Bool | operator!= (const String &left, const Char *right) |
static Bool | operator< (const String &left, const String &right) |
maxon::String ToString | ( | const String & | val, |
const maxon::FormatStatement * | formatStatement, | ||
maxon::Bool | checkDatatype = false |
||
) |
const maxon::String& MaxonConvert | ( | const String & | val | ) |
String MaxonConvert | ( | const maxon::String & | val | ) |
Checks if the strings are equal. Deprecated. Use maxon::String::Compare(...).
[in] | left | The left-hand operand string. |
[in] | right | The right-hand operand string. |
Checks if the strings are equal. Deprecated. Use maxon::String::Compare(...).
[in] | left | The left-hand operand string. |
[in] | right | The right-hand operand string. |
Checks if two strings are different. Deprecated. Use maxon::String::Compare(...).
[in] | left | The left-hand operand string. |
[in] | right | The right-hand operand string. |
Checks if two strings are different. Deprecated. Use maxon::String::Compare(...).
[in] | left | The left-hand operand string. |
[in] | right | The right-hand operand string. |
Compares the strings to see if the the left-hand string is less than the right-hand string. Deprecated. Use maxon::String::Compare(...).
[in] | left | The left-hand operand string. |
[in] | right | The right-hand operand string. |