#include <fdstream.hpp>
Public Member Functions | |
| fdinbuf (int _fd) | |
Protected Member Functions | |
| virtual int_type | underflow () |
Protected Attributes | |
| char | buffer [bufSize+pbSize] |
| int | fd |
Static Protected Attributes | |
| static const int | bufSize = 1024 |
| static const int | pbSize = 4 |
Definition at line 105 of file fdstream.hpp.
| boost::fdinbuf::fdinbuf | ( | int | _fd | ) | [inline] |
Definition at line 124 of file fdstream.hpp.
References buffer.
| virtual int_type boost::fdinbuf::underflow | ( | ) | [inline, protected, virtual] |
Definition at line 132 of file fdstream.hpp.
References buffer, boost::fdoutbuf::fd, and importDAE::read().
char boost::fdinbuf::buffer[bufSize+pbSize] [protected] |
Definition at line 115 of file fdstream.hpp.
const int boost::fdinbuf::bufSize = 1024 [static, protected] |
Definition at line 114 of file fdstream.hpp.
int boost::fdinbuf::fd [protected] |
Definition at line 107 of file fdstream.hpp.
const int boost::fdinbuf::pbSize = 4 [static, protected] |
Definition at line 113 of file fdstream.hpp.
1.6.1