cppfs  1.2.0.5b71c2c98fb9
Cross-platform C++ file system library supporting multiple backends (Local-FS, SSH)
cppfs::FilePath Member List

This is the complete list of members for cppfs::FilePath, including all inherited members.

analyze() const cppfs::FilePathprotected
baseName() const cppfs::FilePath
directoryPath() const cppfs::FilePath
driveLetter() const cppfs::FilePath
extension() const cppfs::FilePath
fileName() const cppfs::FilePath
FilePath()cppfs::FilePath
FilePath(const FilePath &filePath)cppfs::FilePath
FilePath(FilePath &&filePath)cppfs::FilePath
FilePath(const std::string &path)cppfs::FilePath
FilePath(std::string &&path)cppfs::FilePath
FilePath(const char *path)cppfs::FilePath
fullPath() const cppfs::FilePath
isAbsolute() const cppfs::FilePath
isEmpty() const cppfs::FilePath
isRelative() const cppfs::FilePath
m_absolutecppfs::FilePathmutableprotected
m_basenamecppfs::FilePathmutableprotected
m_detailscppfs::FilePathmutableprotected
m_directoryPathcppfs::FilePathmutableprotected
m_driveLettercppfs::FilePathmutableprotected
m_extensioncppfs::FilePathmutableprotected
m_filenamecppfs::FilePathmutableprotected
m_fullPathcppfs::FilePathmutableprotected
m_pathcppfs::FilePathprotected
m_pointsToContentcppfs::FilePathprotected
operator=(const FilePath &filePath)cppfs::FilePath
operator=(FilePath &&filePath)cppfs::FilePath
path() const cppfs::FilePath
pointsToContent() const cppfs::FilePath
resolve(const FilePath &path) const cppfs::FilePath
resolved() const cppfs::FilePath
setPath(const std::string &path)cppfs::FilePath
setPath(std::string &&path)cppfs::FilePath
toNative() const cppfs::FilePath
~FilePath()cppfs::FilePathvirtual