OpenLexocad
27.0
|
This is the complete list of members for Base::StringTool, including all inherited members.
createGuidString() | Base::StringTool | static |
isEmpty(const std::string &str) | Base::StringTool | static |
isEmpty(const Base::String &str) | Base::StringTool | static |
replace(const std::string &str, const std::string &src, const std::string &rpl) | Base::StringTool | static |
replace(const Base::String &str, const Base::String &src, const Base::String &rpl) | Base::StringTool | static |
toBase64String(const std::string &in, std::string &out) | Base::StringTool | static |
toBase64String(const QUuid &in, std::string &out) | Base::StringTool | static |
toBase64String(const Base::GlobalId &in, Base::String &out) | Base::StringTool | static |
toBool(const std::string &str, bool *ok=0) | Base::StringTool | static |
toBool(const char *str, bool *ok=0) | Base::StringTool | static |
toBool(const Base::String &str, bool *ok=0) | Base::StringTool | static |
toChar(const std::string &str, bool *ok=0) | Base::StringTool | static |
toDouble(const std::string &str, bool *ok=0) | Base::StringTool | static |
toDouble(const char *str, bool *ok=0) | Base::StringTool | static |
toDouble(const Base::String &str, bool *ok=0) | Base::StringTool | static |
toFloat(const std::string &str, bool *ok=0) | Base::StringTool | static |
toGUID(const std::string &ifcguid, std::string &guid) | Base::StringTool | static |
toInt(const std::string &str, bool *ok=0) | Base::StringTool | static |
toInt(const Base::String &str, bool *ok=0) | Base::StringTool | static |
toLegal(const std::string &str) | Base::StringTool | static |
toLower(const std::string &str) | Base::StringTool | static |
toLower(const Base::String &str) | Base::StringTool | static |
toMultiByteString(const Base::String &str) | Base::StringTool | static |
toQString(const Base::String &str) | Base::StringTool | static |
toStlString(const T &t) | Base::StringTool | inlinestatic |
toStlString(const T &t, int precision) | Base::StringTool | inlinestatic |
toStlString(const T &t, int fieldWidth, char fillChar) | Base::StringTool | inlinestatic |
toStlString(const bool &b, int fieldWidth, char fillChar) | Base::StringTool | inlinestatic |
toStlString(const bool &b) | Base::StringTool | inlinestatic |
toStlString(const Base::String &str) | Base::StringTool | static |
toString(const T &t) | Base::StringTool | inlinestatic |
toString(const T &t, int precision) | Base::StringTool | inlinestatic |
toString(const T &t, int fieldWidth, wchar_t fillChar) | Base::StringTool | inlinestatic |
toString(const bool &b, int fieldWidth, wchar_t fillChar) | Base::StringTool | inlinestatic |
toString(const bool &b) | Base::StringTool | inlinestatic |
toString(const std::string &str) | Base::StringTool | static |
toString(const QString &str) | Base::StringTool | static |
toUInt32(const std::string &str, bool *ok) | Base::StringTool | static |
toUInt32(const Base::String &str, bool *ok) | Base::StringTool | static |
toUInt64(const std::string &str, bool *ok) | Base::StringTool | static |
toUInt64(const Base::String &str, bool *ok) | Base::StringTool | static |
toUInt8(const std::string &str, bool *ok) | Base::StringTool | static |
toUInt8(const Base::String &str, bool *ok) | Base::StringTool | static |
toUpper(const std::string &str) | Base::StringTool | static |
toUpper(const Base::String &str) | Base::StringTool | static |
toUtf16(const std::string &utf8string) | Base::StringTool | static |
toUtf8(const Base::String &widestring) | Base::StringTool | static |
toUuid(const std::string &ifcguid, QUuid &uuid) | Base::StringTool | static |
toWString(const Base::String &str) | Base::StringTool | static |
trim(const std::string &str) | Base::StringTool | static |
trim(const Base::String &str) | Base::StringTool | static |
trimLeft(const std::string &str) | Base::StringTool | static |
trimLeft(const Base::String &str) | Base::StringTool | static |
trimRight(const std::string &str) | Base::StringTool | static |
trimRight(const Base::String &str) | Base::StringTool | static |