Clementine
Public Types | Public Member Functions | List of all members
asio::null_buffers Class Reference

(Deprecated: Use the socket/descriptor wait() and async_wait() member functions.) An implementation of both the ConstBufferSequence and MutableBufferSequence concepts to represent a null buffer sequence. More...

#include <buffer.hpp>

Inheritance diagram for asio::null_buffers:
Inheritance graph
[legend]

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

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

Detailed Description

(Deprecated: Use the socket/descriptor wait() and async_wait() member functions.) An implementation of both the ConstBufferSequence and MutableBufferSequence concepts to represent a null buffer sequence.


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