#include <fdstream.h>
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 25 of file fdstream.h.
ofdstream::ofdstream | ( | ) |
Definition at line 41 of file fdstream.cc.
ofdstream::ofdstream | ( | int | a_fd | ) |
Definition at line 45 of file fdstream.cc.
References fdoutbuf::attach(), m_buf, and m_fd.
void ofdstream::attach | ( | int | a_fd | ) |
Definition at line 51 of file fdstream.cc.
References fdoutbuf::attach(), m_buf, and m_fd.
Referenced by test10(), test11(), and test12().
int ofdstream::fd | ( | void | ) |
Definition at line 57 of file fdstream.cc.
References m_fd.
fdoutbuf ofdstream::m_buf [protected] |
Definition at line 34 of file fdstream.h.
Referenced by attach(), and ofdstream().
int ofdstream::m_fd [protected] |
Definition at line 35 of file fdstream.h.
Referenced by attach(), fd(), and ofdstream().