CVC3
2.4.1
|
#include <fdstream.h>
Public Member Functions | |
fdinbuf (int _fd) | |
Protected Member Functions | |
virtual int_type | underflow () |
Protected Attributes | |
int | fd |
char | buffer [bufSize+pbSize] |
Static Protected Attributes | |
static const int | pbSize = 4 |
static const int | bufSize = 1024 |
Definition at line 102 of file fdstream.h.
|
inline |
Definition at line 121 of file fdstream.h.
|
inlineprotectedvirtual |
Definition at line 129 of file fdstream.h.
References pbSize.
|
protected |
Definition at line 104 of file fdstream.h.
|
staticprotected |
Definition at line 110 of file fdstream.h.
Referenced by underflow().
|
staticprotected |
Definition at line 111 of file fdstream.h.
Definition at line 112 of file fdstream.h.