#include <fdstream.h>
List of all members.
Public Member Functions |
| fdinbuf (int _fd) |
Protected Member Functions |
virtual int_type | underflow () |
Static Protected Attributes |
static const int | pbSize = 4 |
static const int | bufSize = 1024 |
Detailed Description
Definition at line 102 of file fdstream.h.
Constructor & Destructor Documentation
std::fdinbuf::fdinbuf |
( |
int |
_fd | ) |
|
|
inline |
Member Function Documentation
virtual int_type std::fdinbuf::underflow |
( |
| ) |
|
|
inlineprotectedvirtual |
Member Data Documentation
const int std::fdinbuf::pbSize = 4 |
|
staticprotected |
const int std::fdinbuf::bufSize = 1024 |
|
staticprotected |
The documentation for this class was generated from the following file: