fdinbuf Class Reference

#include <fdstream.h>

List of all members.

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


Detailed Description

Definition at line 36 of file fdstream.h.


Constructor & Destructor Documentation

fdinbuf::fdinbuf (  ) 

Definition at line 64 of file fdstream.cc.

References m_buffer.

fdinbuf::fdinbuf ( int  a_fd  ) 

Definition at line 69 of file fdstream.cc.

References m_buffer, and m_fd.


Member Function Documentation

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]

Definition at line 80 of file fdstream.cc.

References m_buffer, m_buffer_size, and m_fd.


Member Data Documentation

int fdinbuf::m_fd [protected]

Definition at line 45 of file fdstream.h.

Referenced by attach(), fdinbuf(), and underflow().

const int fdinbuf::m_buffer_size = 10 [static, protected]

Definition at line 46 of file fdstream.h.

Referenced by underflow().

char fdinbuf::m_buffer[m_buffer_size] [protected]

Definition at line 47 of file fdstream.h.

Referenced by fdinbuf(), and underflow().


The documentation for this class was generated from the following files:
Generated on Tue Jul 1 12:11:35 2008 for rvm by  doxygen 1.5.1