Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::asio::null_buffers Class Reference

An implementation of both the ConstBufferSequence and MutableBufferSequence concepts to represent a null buffer sequence. More...

#include <buffer.hpp>

Public Types

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

Public Member Functions

const_iterator begin () const
 Get a random-access iterator to the first element. More...
 
const_iterator end () const
 Get a random-access iterator for one past the last element. More...
 

Detailed Description

An implementation of both the ConstBufferSequence and MutableBufferSequence concepts to represent a null buffer sequence.

Member Typedef Documentation

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

The type for each element in the list of buffers.

Member Function Documentation

const_iterator boost::asio::null_buffers::begin ( ) const
inline

Get a random-access iterator to the first element.

const_iterator boost::asio::null_buffers::end ( ) const
inline

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


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