libcosmos
Linux C++ System Programming Library
|
Wraps a file descriptor in a std::ostream interface. More...
#include <StreamAdaptor.hxx>
Public Member Functions | |
OutputStreamAdaptor (FileDescriptor fd) | |
OutputStreamAdaptor (Pipe &p) | |
Wrap the write end of a Pipe object. | |
void | close () override |
Close the underlying file descriptor. | |
![]() | |
FileDescriptor | fileDesc () |
Additional Inherited Members | |
![]() | |
StreamAdaptor (FileDescriptor fd, std::ios_base::openmode mode) | |
![]() | |
StdioFileBuf | m_buffer |
Wraps a file descriptor in a std::ostream interface.
Definition at line 83 of file StreamAdaptor.hxx.
|
inlineexplicit |
Definition at line 87 of file StreamAdaptor.hxx.
|
inlineexplicit |
Wrap the write end of a Pipe object.
Definition at line 92 of file StreamAdaptor.hxx.
|
inlineoverridevirtual |
Close the underlying file descriptor.
Reimplemented from cosmos::StreamAdaptor< std::ostream >.
Definition at line 96 of file StreamAdaptor.hxx.