#include <fdstream.hpp>
Public Member Functions | |
fdoutbuf (int _fd) | |
Protected Member Functions | |
virtual int_type | overflow (int_type c) |
virtual std::streamsize | xsputn (const char *s, std::streamsize num) |
Protected Attributes | |
int | fd |
Definition at line 56 of file fdstream.hpp.
boost::fdoutbuf::fdoutbuf | ( | int | _fd | ) | [inline] |
Definition at line 61 of file fdstream.hpp.
virtual int_type boost::fdoutbuf::overflow | ( | int_type | c | ) | [inline, protected, virtual] |
Definition at line 65 of file fdstream.hpp.
References fd.
virtual std::streamsize boost::fdoutbuf::xsputn | ( | const char * | s, | |
std::streamsize | num | |||
) | [inline, protected, virtual] |
Definition at line 80 of file fdstream.hpp.
References fd.
int boost::fdoutbuf::fd [protected] |
Definition at line 58 of file fdstream.hpp.
Referenced by overflow(), boost::fdinbuf::underflow(), and xsputn().