CVC3
Public Member Functions | Protected Member Functions | Protected Attributes

std::fdoutbuf Class Reference

#include <fdstream.h>

List of all members.

Public Member Functions

Protected Member Functions

Protected Attributes


Detailed Description

Definition at line 61 of file fdstream.h.


Constructor & Destructor Documentation

std::fdoutbuf::fdoutbuf ( int  _fd) [inline]

Definition at line 66 of file fdstream.h.


Member Function Documentation

virtual int_type std::fdoutbuf::overflow ( int_type  c) [inline, protected, virtual]

Definition at line 70 of file fdstream.h.

References fd.

virtual std::streamsize std::fdoutbuf::xsputn ( const char *  s,
std::streamsize  num 
) [inline, protected, virtual]

Definition at line 81 of file fdstream.h.

References fd.


Member Data Documentation

int std::fdoutbuf::fd [protected]

Definition at line 63 of file fdstream.h.

Referenced by overflow(), and xsputn().


The documentation for this class was generated from the following file: