std::fdinbuf Class Reference

#include <fdstream.h>

List of all members.

Public Member Functions

Protected Member Functions

Protected Attributes

Static Protected Attributes


Detailed Description

Definition at line 101 of file fdstream.h.


Constructor & Destructor Documentation

std::fdinbuf::fdinbuf int  _fd  )  [inline]
 

Definition at line 120 of file fdstream.h.

References buffer, and pbSize.


Member Function Documentation

virtual int_type std::fdinbuf::underflow  )  [inline, protected, virtual]
 

Definition at line 128 of file fdstream.h.

References buffer, bufSize, fd, and pbSize.


Member Data Documentation

int std::fdinbuf::fd [protected]
 

Definition at line 103 of file fdstream.h.

Referenced by underflow().

const int std::fdinbuf::pbSize = 4 [static, protected]
 

Definition at line 109 of file fdstream.h.

Referenced by fdinbuf(), and underflow().

const int std::fdinbuf::bufSize = 1024 [static, protected]
 

Definition at line 110 of file fdstream.h.

Referenced by underflow().

char std::fdinbuf::buffer[bufSize+pbSize] [protected]
 

Definition at line 111 of file fdstream.h.

Referenced by fdinbuf(), and underflow().


The documentation for this class was generated from the following file:
Generated on Thu Apr 13 16:57:47 2006 for CVC Lite by  doxygen 1.4.4