#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 64 of file fdstream.cc. References m_buffer. |
|
Definition at line 69 of file fdstream.cc. |
|
Definition at line 75 of file fdstream.cc. References m_fd. Referenced by ifdstream::attach(), and ifdstream::ifdstream(). |
|
Definition at line 80 of file fdstream.cc. References m_buffer, m_buffer_size, and m_fd. |
|
Definition at line 47 of file fdstream.h. Referenced by fdinbuf(), and underflow(). |
|
Definition at line 46 of file fdstream.h. Referenced by underflow(). |
|
Definition at line 45 of file fdstream.h. Referenced by attach(), fdinbuf(), and underflow(). |