#include <fdstream.h>
Collaboration diagram for ofdstream:
Public Member Functions | |
ofdstream () | |
ofdstream (int a_fd) | |
void | attach (int a_fd) |
int | fd (void) |
Protected Attributes | |
fdoutbuf | m_buf |
int | m_fd |
|
Definition at line 41 of file fdstream.cc. |
|
Definition at line 45 of file fdstream.cc. References fdoutbuf::attach(), and m_buf. |
Here is the call graph for this function:
|
Definition at line 51 of file fdstream.cc. References fdoutbuf::attach(), and m_buf. |
Here is the call graph for this function:
|
Definition at line 57 of file fdstream.cc. |
|
Definition at line 32 of file fdstream.h. Referenced by attach(), and ofdstream(). |
|
Definition at line 33 of file fdstream.h. |