#include <buffer.hpp>

Public Types | |
| typedef const_buffer | value_type |
| The type for each element in the list of buffers. | |
| typedef const const_buffer * | const_iterator |
| A random-access iterator type that may be used to read elements. | |
Public Member Functions | |
| const_buffers_1 (const const_buffer &b) | |
| Construct to represent a single non-modifiable buffer. | |
| const_iterator | begin () const |
| Get a random-access iterator to the first element. | |
| const_iterator | end () const |
| Get a random-access iterator for one past the last element. | |
Definition at line 344 of file buffer.hpp.
| typedef const const_buffer* asio::const_buffers_1::const_iterator |
A random-access iterator type that may be used to read elements.
Definition at line 352 of file buffer.hpp.
| asio::const_buffers_1::const_buffers_1 | ( | const const_buffer & | b | ) | [inline, explicit] |
| const_iterator asio::const_buffers_1::begin | ( | ) | const [inline] |
Get a random-access iterator to the first element.
Definition at line 361 of file buffer.hpp.
Referenced by end().
| const_iterator asio::const_buffers_1::end | ( | ) | const [inline] |
Get a random-access iterator for one past the last element.
Definition at line 367 of file buffer.hpp.
References begin().
1.5.6