Realistic 3D camera system
3D camera system components
Public Types | Public Member Functions | List of all members
asio::null_buffers Class Reference

#include <buffer.hpp>

Inheritance diagram for asio::null_buffers:
asio::detail::consuming_buffers< Buffer, asio::null_buffers >

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.

Definition at line 324 of file buffer.hpp.

Member Typedef Documentation

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

Definition at line 331 of file buffer.hpp.

The type for each element in the list of buffers.

Definition at line 328 of file buffer.hpp.

Member Function Documentation

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

Get a random-access iterator to the first element.

Definition at line 334 of file buffer.hpp.

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

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

Definition at line 340 of file buffer.hpp.


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