boost::fdistream Class Reference

#include <fdstream.h>

Collaboration diagram for boost::fdistream:

Collaboration graph
[legend]

Public Member Functions

 fdistream (int fd)

Protected Attributes

fdinbuf buf

Constructor & Destructor Documentation

boost::fdistream::fdistream int  fd  )  [inline]
 

Definition at line 179 of file fdstream.h.

00179                        : std::istream(0), buf(fd) {
00180         rdbuf(&buf);
00181     }


Field Documentation

fdinbuf boost::fdistream::buf [protected]
 

Definition at line 177 of file fdstream.h.


The documentation for this class was generated from the following file:
Generated on Fri Oct 15 15:52:00 2004 for Real Time Battle by  doxygen 1.3.9.1