![]() |
fix8
version 1.4.0
Open Source C++ FIX Framework
|
Create a streambuf from an open file descriptor. More...
#include <f8utils.hpp>
Public Member Functions | |
| fdinbuf (int infd) | |
Protected Member Functions | |
| virtual int_type | underflow () |
Protected Attributes | |
| char | _buffer [_buffer_size] |
| int | _fd |
Private Types | |
| enum | { _back_limit = 4, _buffer_size = 16 } |
Create a streambuf from an open file descriptor.
Definition at line 1136 of file f8utils.hpp.
|
private |
| Enumerator | |
|---|---|
| _back_limit | |
| _buffer_size | |
Definition at line 1138 of file f8utils.hpp.
|
inline |
Definition at line 1164 of file f8utils.hpp.
References _back_limit.
|
inlineprotectedvirtual |
Definition at line 1144 of file f8utils.hpp.
References _back_limit, and _buffer_size.
|
protected |
Definition at line 1141 of file f8utils.hpp.
|
protected |
Definition at line 1142 of file f8utils.hpp.