![]() |
cppfs
1.2.0.5b71c2c98fb9
Cross-platform C++ file system library supporting multiple backends (Local-FS, SSH)
|
Output stream. More...
#include <cppfs/include/cppfs/OutputStream.h>


Public Member Functions | |
| OutputStream (std::streambuf *sb) | |
| Constructor. More... | |
| virtual | ~OutputStream () |
| Destructor. More... | |
Protected Attributes | |
| std::streambuf * | m_sb |
| The associated stream buffer. More... | |
Output stream.
|
explicit |
Constructor.
| [in] | sb | Stream buffer (must NOT be null!) |
|
virtual |
Destructor.
|
protected |
The associated stream buffer.
1.8.11