|
SearchSECODatabaseAPI
|
This is the complete list of members for Utility, including all inherited members.
| appendBy(std::vector< char > &result, std::string word, char delimiter) | Utility | static |
| appendBy(std::vector< char > &result, std::vector< std::string > words, char wordSeparator, char endChar) | Utility | static |
| getCurrentTimeMilliSeconds() | Utility | static |
| getCurrentTimeSeconds() | Utility | static |
| hashToUUIDString(std::string hash) | Utility | static |
| queryWithRetry(std::function< T()> query) | Utility | inlinestatic |
| safeStod(std::string str) | Utility | static |
| safeStoi(std::string str) | Utility | static |
| safeStoll(std::string str) | Utility | static |
| splitStringOn(std::string str, char delimiter) | Utility | static |
| uuidStringToHash(std::string uuid) | Utility | static |