Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
|
This is the complete list of members for CStringTools, including all inherited members.
convertToUTF8(std::string_view text) | CStringTools | static |
copy(const char *str) | CStringTools | static |
copyBuffer(const std::string &str, uint64_t sizeBuffer, char *buffer) | CStringTools | static |
copyMemory(void *bufferDst, const void *bufferSrc, uint64_t numBytes) | CStringTools | static |
copyMemoryReversed(void *bufferDst, const void *bufferSrc, uint64_t numBytes) | CStringTools | static |
createCopyMemory(const void *bufferSrc, uint64_t numBytes) | CStringTools | static |
deleteCharIntoString(char *stringBuffer, uint64_t indPos) | CStringTools | static |
endExtractFromChar(const char *str, char c) | CStringTools | static |
generateRandomPasswordString(uint32_t minLength, uint32_t maxLength, bool lowerTypes, bool upperTypes, bool numTypes) | CStringTools | static |
initialExtractUntilChar(const char *str, char c) | CStringTools | static |
insertCharIntoString(char *stringBuffer, uint64_t tamBuffer, uint64_t indPos, char charInsert) | CStringTools | static |
memoryInitialize(void *buffer, uint64_t numBytes, unsigned char value) | CStringTools | static |
split(const std::string &str, std::string_view separator) | CStringTools | static |
splitByLength(const std::string &str, uint64_t maxLength) | CStringTools | static |
strDate(uint16_t day, uint16_t month, uint16_t year) | CStringTools | static |
strTime(uint16_t hour, uint16_t minutes, uint16_t seconds) | CStringTools | static |
truncateWithPoints(const std::string &str, uint64_t maxLength) | CStringTools | static |