#include <FDUtils.H>
Public Member Functions | |
| fdoutbuf () | |
| fdoutbuf (int _fd) | |
| void | Init (int _fd) |
| bool | Ready () |
| virtual 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 |
|
inlinevirtual |
Definition at line 43 of file FDUtils.H.
References fdoutbuf::fd.
Referenced by fdostream::FD(), and fdostream::Init().
|
inline |
Definition at line 41 of file FDUtils.H.
Referenced by InProcess::Execute(), fdostream::Init(), and InProcess::InProcess().
|
inlineprotectedvirtual |
|
inlineprotectedvirtual |
|
protected |
Definition at line 35 of file FDUtils.H.
Referenced by fdoutbuf::FD(), and fdinbuf::FD().