![]() |
LogDoctor 2.00
Parse Apache2/Nginx/IIS logs and create statistics
|
This is the complete list of members for IOutils, including all inherited members.
checkDir(const std::string &path, const bool &readable=false, const bool &writable=false) | IOutils | static |
checkFile(const std::string &path, const bool &readable=false, const bool &writable=false) | IOutils | static |
exists(const std::string &path) | IOutils | static |
isDir(const std::string &path) | IOutils | static |
isFile(const std::string &path) | IOutils | static |
makeDir(const std::string &path, std::error_code &err) noexcept(true) | IOutils | static |
randomLines(const std::string &path, std::vector< std::string > &lines, const int &n_lines=16, const bool &strip_lines=true) | IOutils | static |
readFile(const std::string &path, std::string &content) | IOutils | static |
renameAsCopy(const std::string &path, std::error_code &err) noexcept(true) | IOutils | static |
writeOnFile(const std::string &path, const std::string &content) | IOutils | static |