CVC3
|
#include <fdstream.h>
Inherits streambuf.
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 61 of file fdstream.h.
|
inline |
Definition at line 66 of file fdstream.h.
|
inlineprotectedvirtual |
Definition at line 70 of file fdstream.h.
References fd.
|
inlineprotectedvirtual |
Definition at line 81 of file fdstream.h.
References fd.
|
protected |
Definition at line 63 of file fdstream.h.
Referenced by overflow(), and xsputn().