EpcTools
An event based multi-threaded C++ development framework.
|
This is the complete list of members for EUtility, including all inherited members.
copy_file(const std::string &dst, const std::string &src) | EUtility | inlinestatic |
copy_file(const char *dst, const std::string &src) | EUtility | inlinestatic |
copy_file(const std::string &dst, const char *src) | EUtility | inlinestatic |
copy_file(const char *dst, const char *src) | EUtility | static |
currentTime() | EUtility | static |
delete_file(const std::string &fn) | EUtility | inlinestatic |
delete_file(const char *fn) | EUtility | static |
file_exists(cpStr fn) | EUtility | inlinestatic |
indexOf(cpStr path, Char search, Int start=0) | EUtility | static |
indexOfAny(cpStr path, cpStr search) | EUtility | static |
lastIndexOfAny(cpStr path, cpStr search) | EUtility | static |
replaceAll(EString &str, cpStr srch, size_t srchlen, cpStr rplc, size_t rplclen) | EUtility | static |
replaceAllCopy(const EString &str, cpStr srch, size_t srchlen, cpStr rplc, size_t rplclen) | EUtility | static |
split(cpStr s, cpStr delims) | EUtility | static |
string_format(const char *format,...) | EUtility | static |
string_format(std::string &dest, const char *format,...) | EUtility | static |