Ocular Engine
|
This is the complete list of members for Ocular::Utils::String, including all inherited members.
Contains(std::string const &source, std::string const &find, bool ignoreCase=false) | Ocular::Utils::String | static |
FormatBytes(uint64_t bytes) | Ocular::Utils::String | static |
FormatHex(T const x) | Ocular::Utils::String | inlinestatic |
FormatWindowsError(unsigned long error) | Ocular::Utils::String | static |
fromString(std::string const &value) const | Ocular::Utils::String | inline |
fromString(std::string const &value, T &object) const | Ocular::Utils::String | inline |
fromString(std::string const &type, std::string const &value, void *object) | Ocular::Utils::String | inline |
IsEqual(std::string const &strA, std::string const &strB, bool ignoreCase=false) | Ocular::Utils::String | static |
registerFromString(std::function< void(std::string const &, void *)> func) | Ocular::Utils::String | inline |
registerToString(std::function< std::string(void *, bool)> func) | Ocular::Utils::String | inline |
Split(std::string const &str, char delim, std::vector< std::string > &tokens) | Ocular::Utils::String | static |
String() (defined in Ocular::Utils::String) | Ocular::Utils::String | |
ToLower(std::string const &str) | Ocular::Utils::String | static |
toString(T const &data, bool isPointer=false) const | Ocular::Utils::String | inline |
toString(T const &data, std::string &str, bool isPointer=false) const | Ocular::Utils::String | inline |
toString(std::string const &type, void *data, bool isPointer=false) const | Ocular::Utils::String | inline |
toString(std::string const &type, void *data, std::string &str, bool isPointer=false) const | Ocular::Utils::String | inline |
ToUpper(std::string const &str) | Ocular::Utils::String | static |
~String() (defined in Ocular::Utils::String) | Ocular::Utils::String |