rvm 1.08
|
#include <fdstream.h>
Public Member Functions | |
ifdstream () | |
ifdstream (int a_fd) | |
void | attach (int a_fd) |
int | fd (void) |
Protected Attributes | |
fdinbuf | m_buf |
int | m_fd |
Definition at line 52 of file fdstream.h.
ifdstream::ifdstream | ( | ) |
Definition at line 106 of file fdstream.cc.
ifdstream::ifdstream | ( | int | a_fd | ) |
Definition at line 110 of file fdstream.cc.
References fdinbuf::attach(), m_buf, and m_fd.
void ifdstream::attach | ( | int | a_fd | ) |
Definition at line 116 of file fdstream.cc.
References fdinbuf::attach(), m_buf, and m_fd.
Referenced by test11(), and test12().
int ifdstream::fd | ( | void | ) |
Definition at line 122 of file fdstream.cc.
References m_fd.
fdinbuf ifdstream::m_buf [protected] |
Definition at line 61 of file fdstream.h.
Referenced by attach(), and ifdstream().
int ifdstream::m_fd [protected] |
Definition at line 62 of file fdstream.h.
Referenced by attach(), fd(), and ifdstream().