Cppcheck
|
This is the complete list of members for Path, including all inherited members.
acceptFile(const std::string &filename) | Path | inlinestatic |
acceptFile(const std::string &path, const std::set< std::string > &extra) | Path | static |
fromNativeSeparators(std::string path) | Path | static |
getAbsoluteFilePath(const std::string &filePath) | Path | static |
getCurrentExecutablePath(const char *fallback) | Path | static |
getCurrentPath() | Path | static |
getFilenameExtension(const std::string &path, bool lowercase=false) | Path | static |
getFilenameExtensionInLowerCase(const std::string &path) | Path | static |
getPathFromFilename(const std::string &filename) | Path | static |
getRelativePath(const std::string &absolutePath, const std::vector< std::string > &basePaths) | Path | static |
identify(const std::string &path, bool *header=nullptr) | Path | static |
isAbsolute(const std::string &path) | Path | static |
isC(const std::string &path) | Path | static |
isCPP(const std::string &path) | Path | static |
isDirectory(const std::string &path) | Path | static |
isFile(const std::string &path) | Path | static |
isHeader(const std::string &path) | Path | static |
isHeader2(const std::string &path) | Path | static |
join(const std::string &path1, const std::string &path2) | Path | static |
removeQuotationMarks(std::string path) | Path | static |
sameFileName(const std::string &fname1, const std::string &fname2) | Path | static |
simplifyPath(std::string originalPath) | Path | static |
stripDirectoryPart(const std::string &file) | Path | static |
toNativeSeparators(std::string path) | Path | static |