
For internal use only.
Definition at line 384 of file buffered_stream.hh.
Public Attributes | |
| boost::shared_ptr< IOPoller > | poller |
| The poller handling this request. | |
| boost::function< void(int) | onReadCompleted ) |
| The function to be called on success. | |
| boost::function< void(const IOError &) | onError ) |
| The function to be called on failure. | |
| void * | buf |
| The buffer to fill in. | |
| size_t | min |
| The minimum number of bytes to read. | |
| size_t | max |
| The maximum number of bytes to read. | |
|
|
The buffer to fill in.
Definition at line 395 of file buffered_stream.hh. |
|
|
The maximum number of bytes to read.
Definition at line 401 of file buffered_stream.hh. |
|
|
The minimum number of bytes to read.
Definition at line 398 of file buffered_stream.hh. |
|
|
The function to be called on failure.
Definition at line 392 of file buffered_stream.hh. |
|
|
The function to be called on success.
Definition at line 389 of file buffered_stream.hh. |
|
|
The poller handling this request.
Definition at line 386 of file buffered_stream.hh. |
1.3.5