![]() |
Home | Libraries | People | FAQ | More |
Inheritance diagram for Const_Buffers:
Defines the interface that must be implemented by any object passed as the buffers
parameter to functions such as:
Public Types | |
typedef implementation_defined | value_type |
The type for each element in the list of buffers. The type must be boost::asio::const_buffer or be convertible to boost::asio::const_buffer. | |
typedef implementation_defined | const_iterator |
A forward iterator type that may be used to read elements. | |
Public Member Functions | |
const_iterator | begin () const |
Get an iterator to the first element. | |
const_iterator | end () const |
Get an iterator for one past the last element. |
typedef implementation_defined Const_Buffers::value_type |
The type for each element in the list of buffers. The type must be boost::asio::const_buffer or be convertible to boost::asio::const_buffer.
typedef implementation_defined Const_Buffers::const_iterator |
A forward iterator type that may be used to read elements.
const_iterator Const_Buffers::begin | ( | ) | const |
Get an iterator to the first element.
const_iterator Const_Buffers::end | ( | ) | const |
Get an iterator for one past the last element.
Copyright © 2003 - 2006 Christopher M. Kohlhoff |