fdoutbuf Class Reference

#include <fdstream.h>

List of all members.

Public Member Functions

 fdoutbuf ()
 fdoutbuf (int a_fd)
void attach (int a_fd)
virtual int overflow (int a_c)
virtual std::streamsize xsputn (const char *a_s, std::streamsize a_num)

Protected Attributes

int m_fd


Detailed Description

Definition at line 10 of file fdstream.h.


Constructor & Destructor Documentation

fdoutbuf::fdoutbuf (  ) 

Definition at line 10 of file fdstream.cc.

fdoutbuf::fdoutbuf ( int  a_fd  ) 

Definition at line 14 of file fdstream.cc.

References attach().

Here is the call graph for this function:


Member Function Documentation

void fdoutbuf::attach ( int  a_fd  ) 

Definition at line 19 of file fdstream.cc.

References m_fd.

Referenced by ofdstream::attach(), fdoutbuf(), and ofdstream::ofdstream().

int fdoutbuf::overflow ( int  a_c  )  [virtual]

Definition at line 24 of file fdstream.cc.

References m_fd.

std::streamsize fdoutbuf::xsputn ( const char *  a_s,
std::streamsize  a_num 
) [virtual]

Definition at line 34 of file fdstream.cc.

References m_fd.


Member Data Documentation

int fdoutbuf::m_fd [protected]

Definition at line 20 of file fdstream.h.

Referenced by attach(), overflow(), and xsputn().


The documentation for this class was generated from the following files:
Generated on Tue Jul 1 12:11:35 2008 for rvm by  doxygen 1.5.1