boost::fdostream Class Reference

#include <fdstream.h>

Collaboration diagram for boost::fdostream:

Collaboration graph
[legend]

Public Member Functions

 fdostream (int fd)

Protected Attributes

fdoutbuf buf

Constructor & Destructor Documentation

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

Definition at line 93 of file fdstream.h.

00093                        : std::ostream(0), buf(fd) {
00094         rdbuf(&buf);
00095     }


Field Documentation

fdoutbuf boost::fdostream::buf [protected]
 

Definition at line 91 of file fdstream.h.


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