LogDoctor 2.00
Parse Apache2/Nginx/IIS logs and create statistics
Loading...
Searching...
No Matches
IOutils Member List

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)IOutilsstatic
checkFile(const std::string &path, const bool &readable=false, const bool &writable=false)IOutilsstatic
exists(const std::string &path)IOutilsstatic
isDir(const std::string &path)IOutilsstatic
isFile(const std::string &path)IOutilsstatic
makeDir(const std::string &path, std::error_code &err) noexcept(true)IOutilsstatic
randomLines(const std::string &path, std::vector< std::string > &lines, const int &n_lines=16, const bool &strip_lines=true)IOutilsstatic
readFile(const std::string &path, std::string &content)IOutilsstatic
renameAsCopy(const std::string &path, std::error_code &err) noexcept(true)IOutilsstatic
writeOnFile(const std::string &path, const std::string &content)IOutilsstatic