Open Search
    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)StringConversionstatic
    AppendInt(CStringInterface *str, Int64 value, Int datatypeSize, const FormatStatement *formatStatement)StringConversionstatic
    AppendUInt(StringInterface *str, UInt64 value, Int datatypeSize, const FormatStatement *formatStatement)StringConversionstatic
    AppendUInt(CStringInterface *str, UInt64 value, Int datatypeSize, const FormatStatement *formatStatement)StringConversionstatic
    FloatToString(Float32 value, Int charsBeforeComma, Int digitsAfterComma, Bool exponent, Utf32Char fillChar, const FormatStatement *formatStatement)StringConversionstatic
    FloatToString(Float64 value, Int charsBeforeComma, Int digitsAfterComma, Bool exponent, Utf32Char fillChar, const FormatStatement *formatStatement)StringConversionstatic
    FormatXArgs(const String &formatString, Int argsCnt, const void **args, const TOSTR *argFuncs)StringConversionstatic
    GetLineEnd()StringConversionstatic
    GetLineEndC()StringConversionstatic
    HexToString(UInt32 value, Bool prefix0x, Bool leadingZeros, const FormatStatement *formatStatement)StringConversionstatic
    HexToString(UInt64 value, Bool prefix0x, Bool leadingZeros, const FormatStatement *formatStatement)StringConversionstatic
    MAXON_INTERFACE_NONVIRTUAL(StringConversion, MAXON_REFERENCE_STATIC, "net.maxon.interface.stringconversion")StringConversionprivate
    MemorySizeToString(Int64 mem, Bool mebibytes)StringConversionstatic
    ScanParameterBasic(const Block< const Utf32Char > &str, Bool signedMode, Int &processed, const String &formatStatement, Bool &error)StringConversionstatic
    ScanStringXArgs(const String &str, const String &format, Int *parsedCharacters, Int argsCnt, void **args, FROMSTR *argFuncs)StringConversionstatic
    StringToFloat(const Block< const Utf32Char > &str, Int &processedChars)StringConversionstatic
    StringToInteger(const Block< const Utf32Char > &str, Int base, Bool autodetect0x, Bool signedMode, Int &processedChars)StringConversionstatic
    ToFloat32(const Block< const Utf32Char > &str, STRINGCONVERSION flags)StringConversionstatic
    ToFloat64(const Block< const Utf32Char > &str, STRINGCONVERSION flags)StringConversionstatic
    ToInt32(const Block< const Utf32Char > &str, STRINGCONVERSION flags)StringConversionstatic
    ToInt64(const Block< const Utf32Char > &str, STRINGCONVERSION flags)StringConversionstatic
    ToUInt32(const Block< const Utf32Char > &str, STRINGCONVERSION flags)StringConversionstatic
    ToUInt64(const Block< const Utf32Char > &str, STRINGCONVERSION flags)StringConversionstatic