cppfs
1.2.0.5b71c2c98fb9
Cross-platform C++ file system library supporting multiple backends (Local-FS, SSH)
|
▼Ncppfs | |
CAbstractFileHandleBackend | Interface for file handles |
CAbstractFileIteratorBackend | Interface for iterating on directories |
CAbstractFileSystem | Interface for accessing file systems |
CChange | Representation of one change to a directory tree |
CDiff | Representation of changes to a directory tree |
CFileHandle | Handle for a file or directory |
CFileIterator | File iterator |
CFilePath | Path to file or directory |
CFileVisitor | File visitor |
CFunctionalFileVisitor | File visitor that calls a function |
CInputStream | Input stream |
CLocalFileHandle | File handle for the local file system |
CLocalFileIterator | File iterator for the local file system |
CLocalFileSystem | Representation of the local file system |
CLoginCredentials | Login credentials for accessing file systems (e.g., username, password, key files, etc.) |
COutputStream | Output stream |
CSshFileHandle | File handle for a remote file system accessed by SSH |
CSshFileIterator | File iterator for a remove file system accessed by SSH |
CSshFileSystem | Representation of a remote file system accessed by SSH |
CSshInputStreamBuffer | Stream buffer for reading a SSH file |
CSshOutputStreamBuffer | Stream buffer for writing a SSH file |
CTree | Representation of a directory tree |
CUrl | Url wrapper |