StringConversion Member List
This is the complete list of members for StringConversion , including all inherited members.
AppendInt (StringInterface *str, Int64 value, Int datatypeSize, const FormatStatement *formatStatement) | StringConversion | static |
AppendInt (CStringInterface *str, Int64 value, Int datatypeSize, const FormatStatement *formatStatement) | StringConversion | static |
AppendUInt (StringInterface *str, UInt64 value, Int datatypeSize, const FormatStatement *formatStatement) | StringConversion | static |
AppendUInt (CStringInterface *str, UInt64 value, Int datatypeSize, const FormatStatement *formatStatement) | StringConversion | static |
FloatToString (Float32 value, Int charsBeforeComma, Int digitsAfterComma, Bool exponent, Utf32Char fillChar, const FormatStatement *formatStatement) | StringConversion | static |
FloatToString (Float64 value, Int charsBeforeComma, Int digitsAfterComma, Bool exponent, Utf32Char fillChar, const FormatStatement *formatStatement) | StringConversion | static |
FormatXArgs (const String &formatString, Int argsCnt, const void **args, const TOSTR *argFuncs) | StringConversion | static |
GetLineEnd () | StringConversion | static |
GetLineEndC () | StringConversion | static |
HexToString (UInt32 value, Bool prefix0x, Bool leadingZeros, const FormatStatement *formatStatement) | StringConversion | static |
HexToString (UInt64 value, Bool prefix0x, Bool leadingZeros, const FormatStatement *formatStatement) | StringConversion | static |
MAXON_INTERFACE_NONVIRTUAL (StringConversion, MAXON_REFERENCE_NONE, "net.maxon.interface.stringconversion") | StringConversion | private |
MemorySizeToString (Int64 mem, Bool mebibytes) | StringConversion | static |
ScanParameterBasic (const Block< const Utf32Char > &str, Bool signedMode, Int &processed, const String &formatStatement, Bool &error) | StringConversion | static |
ScanStringXArgs (const String &str, const String &format, Int *parsedCharacters, Int argsCnt, void **args, FROMSTR *argFuncs) | StringConversion | static |
StringToFloat (const Block< const Utf32Char > &str, Int &processedChars) | StringConversion | static |
StringToInteger (const Block< const Utf32Char > &str, Int base, Bool autodetect0x, Bool signedMode, Int &processedChars) | StringConversion | static |
ToFloat32 (const Block< const Utf32Char > &str, STRINGCONVERSION flags) | StringConversion | static |
ToFloat64 (const Block< const Utf32Char > &str, STRINGCONVERSION flags) | StringConversion | static |
ToInt32 (const Block< const Utf32Char > &str, STRINGCONVERSION flags) | StringConversion | static |
ToInt64 (const Block< const Utf32Char > &str, STRINGCONVERSION flags) | StringConversion | static |
ToUInt32 (const Block< const Utf32Char > &str, STRINGCONVERSION flags) | StringConversion | static |
ToUInt64 (const Block< const Utf32Char > &str, STRINGCONVERSION flags) | StringConversion | static |