asio::mutable_buffers_1 Class Reference

#include <buffer.hpp>

Inheritance diagram for asio::mutable_buffers_1:

asio::mutable_buffer

List of all members.

Public Types

typedef mutable_buffer value_type
 The type for each element in the list of buffers.
typedef const mutable_bufferconst_iterator
 A random-access iterator type that may be used to read elements.

Public Member Functions

 mutable_buffers_1 (const mutable_buffer &b)
 Construct to represent a single 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.


Detailed Description

Adapts a single modifiable buffer so that it meets the requirements of the MutableBufferSequence concept.

Definition at line 180 of file buffer.hpp.


Member Typedef Documentation

The type for each element in the list of buffers.

Definition at line 185 of file buffer.hpp.

A random-access iterator type that may be used to read elements.

Definition at line 188 of file buffer.hpp.


Constructor & Destructor Documentation

asio::mutable_buffers_1::mutable_buffers_1 ( const mutable_buffer b  )  [inline, explicit]

Construct to represent a single modifiable buffer.

Definition at line 191 of file buffer.hpp.


Member Function Documentation

const_iterator asio::mutable_buffers_1::begin (  )  const [inline]

Get a random-access iterator to the first element.

Definition at line 197 of file buffer.hpp.

Referenced by end().

const_iterator asio::mutable_buffers_1::end (  )  const [inline]

Get a random-access iterator for one past the last element.

Definition at line 203 of file buffer.hpp.

References begin().


The documentation for this class was generated from the following file:

Generated on Sun May 25 00:21:27 2008 by  doxygen 1.5.6