|
Krotos Modules 3
|
Go to the source code of this file.
Classes | |
| class | krotos::AsyncListenerUpdater< ListenerType > |
Namespaces | |
| namespace | krotos |
| namespace | krotos::utils |
Functions | |
| std::string | krotos::utils::HttpDateToISO8601 (const std::string &httpDate) |
| Converts a date from HTTP-Date to ISO8601 format. | |
| template<class... Args> | |
| String | krotos::utils::StringsIntoPath (Args... args) |
| Joins multiple string arguments into a path string. | |
| int | krotos::utils::getVersionAsHexInteger (StringRef versionString) |
| StringArray | krotos::utils::getVersionSegments (StringRef p) |
| int | krotos::utils::getVersionAsHexIntegerFromParts (const StringArray &segments) |
| String | krotos::utils::ellipsizeStringToWidth (const Font &font, const String &input, const int maxWidth) |
| Cuts the center out of a String to make it fit a given pixel width. | |
| String | krotos::utils::convertFilePathString (const String &path) |
| Converts a file path passed as a raw string, to the current platform. Has no effect if the path is already valid for the current OS. (Win + Mac only) | |
| void | krotos::utils::hexStringToByteArray (const std::string &input, std::vector< unsigned char > &byteArray) |
| Converts a hex string to a byte array. | |