cppfs
1.2.0.5b71c2c98fb9
Cross-platform C++ file system library supporting multiple backends (Local-FS, SSH)
|
▼Ccppfs::AbstractFileHandleBackend | Interface for file handles |
Ccppfs::LocalFileHandle | File handle for the local file system |
Ccppfs::LocalFileHandle | File handle for the local file system |
Ccppfs::SshFileHandle | File handle for a remote file system accessed by SSH |
▼Ccppfs::AbstractFileIteratorBackend | Interface for iterating on directories |
Ccppfs::LocalFileIterator | File iterator for the local file system |
Ccppfs::LocalFileIterator | File iterator for the local file system |
Ccppfs::SshFileIterator | File iterator for a remove file system accessed by SSH |
▼Ccppfs::AbstractFileSystem | Interface for accessing file systems |
Ccppfs::LocalFileSystem | Representation of the local file system |
Ccppfs::LocalFileSystem | Representation of the local file system |
Ccppfs::SshFileSystem | Representation of a remote file system accessed by SSH |
Ccppfs::Change | Representation of one change to a directory tree |
Ccppfs::Diff | Representation of changes to a directory tree |
▼Cenable_shared_from_this | |
Ccppfs::LocalFileSystem | Representation of the local file system |
Ccppfs::LocalFileSystem | Representation of the local file system |
Ccppfs::SshFileSystem | Representation of a remote file system accessed by SSH |
Ccppfs::FileHandle | Handle for a file or directory |
Ccppfs::FileIterator | File iterator |
Ccppfs::FilePath | Path to file or directory |
▼Ccppfs::FileVisitor | File visitor |
Ccppfs::FunctionalFileVisitor | File visitor that calls a function |
▼Cistream | |
Ccppfs::InputStream | Input stream |
Ccppfs::LoginCredentials | Login credentials for accessing file systems (e.g., username, password, key files, etc.) |
▼Costream | |
Ccppfs::OutputStream | Output stream |
▼Cstreambuf | |
Ccppfs::SshInputStreamBuffer | Stream buffer for reading a SSH file |
Ccppfs::SshOutputStreamBuffer | Stream buffer for writing a SSH file |
Ccppfs::Tree | Representation of a directory tree |
Ccppfs::Url | Url wrapper |