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

Public Member Functions | |
| fdistream (int fd) | |
Protected Attributes | |
| fdinbuf | buf |
|
|
Definition at line 179 of file fdstream.h. 00179 : std::istream(0), buf(fd) { 00180 rdbuf(&buf); 00181 }
|
|
|
Definition at line 177 of file fdstream.h. |
1.3.9.1