cppfs  1.2.0.5b71c2c98fb9
Cross-platform C++ file system library supporting multiple backends (Local-FS, SSH)
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
 Ncppfs
 CAbstractFileHandleBackendInterface for file handles
 CAbstractFileIteratorBackendInterface for iterating on directories
 CAbstractFileSystemInterface for accessing file systems
 CChangeRepresentation of one change to a directory tree
 CDiffRepresentation of changes to a directory tree
 CFileHandleHandle for a file or directory
 CFileIteratorFile iterator
 CFilePathPath to file or directory
 CFileVisitorFile visitor
 CFunctionalFileVisitorFile visitor that calls a function
 CInputStreamInput stream
 CLocalFileHandleFile handle for the local file system
 CLocalFileIteratorFile iterator for the local file system
 CLocalFileSystemRepresentation of the local file system
 CLoginCredentialsLogin credentials for accessing file systems (e.g., username, password, key files, etc.)
 COutputStreamOutput stream
 CSshFileHandleFile handle for a remote file system accessed by SSH
 CSshFileIteratorFile iterator for a remove file system accessed by SSH
 CSshFileSystemRepresentation of a remote file system accessed by SSH
 CSshInputStreamBufferStream buffer for reading a SSH file
 CSshOutputStreamBufferStream buffer for writing a SSH file
 CTreeRepresentation of a directory tree
 CUrlUrl wrapper