CVC3
|
#include <fdstream.h>
Definition at line 61 of file fdstream.h.
std::fdoutbuf::fdoutbuf | ( | int | _fd | ) | [inline] |
Definition at line 66 of file fdstream.h.
virtual int_type std::fdoutbuf::overflow | ( | int_type | c | ) | [inline, protected, virtual] |
Definition at line 70 of file fdstream.h.
References fd.
virtual std::streamsize std::fdoutbuf::xsputn | ( | const char * | s, |
std::streamsize | num | ||
) | [inline, protected, virtual] |
Definition at line 81 of file fdstream.h.
References fd.
int std::fdoutbuf::fd [protected] |
Definition at line 63 of file fdstream.h.
Referenced by overflow(), and xsputn().