cppfs
1.2.0.5b71c2c98fb9
Cross-platform C++ file system library supporting multiple backends (Local-FS, SSH)
|
This is the complete list of members for cppfs::SshInputStreamBuffer, including all inherited members.
m_buffer | cppfs::SshInputStreamBuffer | protected |
m_file | cppfs::SshInputStreamBuffer | protected |
m_fs | cppfs::SshInputStreamBuffer | protected |
m_path | cppfs::SshInputStreamBuffer | protected |
m_putbackSize | cppfs::SshInputStreamBuffer | protected |
seekoff(off_type off, std::ios_base::seekdir way, std::ios_base::openmode which) override | cppfs::SshInputStreamBuffer | virtual |
seekpos(pos_type pos, std::ios_base::openmode which) override | cppfs::SshInputStreamBuffer | virtual |
SshInputStreamBuffer(std::shared_ptr< SshFileSystem > fs, const std::string &path, std::ios_base::openmode mode, size_t bufferSize=size_kb(32), size_t putBackSize=size_b(128)) | cppfs::SshInputStreamBuffer | |
underflow() override | cppfs::SshInputStreamBuffer | virtual |
~SshInputStreamBuffer() | cppfs::SshInputStreamBuffer | virtual |