#include <fdstream.h>
Collaboration diagram for boost::fdostream:

Public Member Functions | |
| fdostream (int fd) | |
Protected Attributes | |
| fdoutbuf | buf |
|
|
Definition at line 93 of file fdstream.h. 00093 : std::ostream(0), buf(fd) { 00094 rdbuf(&buf); 00095 }
|
|
|
Definition at line 91 of file fdstream.h. |
1.3.9.1