#include <fdstream.h>
Public Member Functions | |
fdinbuf () | |
fdinbuf (int a_fd) | |
void | attach (int a_fd) |
virtual int | underflow (void) |
Protected Attributes | |
int | m_fd |
char | m_buffer [m_buffer_size] |
Static Protected Attributes | |
static const int | m_buffer_size = 10 |
Definition at line 36 of file fdstream.h.
fdinbuf::fdinbuf | ( | ) |
fdinbuf::fdinbuf | ( | int | a_fd | ) |
void fdinbuf::attach | ( | int | a_fd | ) |
Definition at line 75 of file fdstream.cc.
References m_fd.
Referenced by ifdstream::attach(), and ifdstream::ifdstream().
int fdinbuf::underflow | ( | void | ) | [virtual] |
int fdinbuf::m_fd [protected] |
const int fdinbuf::m_buffer_size = 10 [static, protected] |
char fdinbuf::m_buffer[m_buffer_size] [protected] |