cartobase
4.7.0
|
#include <cartobase/stream/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 122 of file fdstream.h.
boost::fdinbuf::fdinbuf | ( | int | _fd | ) |
|
protectedvirtual |
Definition at line 136 of file fdstream.h.
|
staticprotected |
Definition at line 135 of file fdstream.h.
|
protected |
Definition at line 124 of file fdstream.h.
|
staticprotected |
Definition at line 134 of file fdstream.h.