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

#include <buffer.hpp>

Inheritance diagram for asio::mutable_buffers_1:
asio::mutable_buffer

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

 mutable_buffers_1 (void *data, std::size_t size)
 Construct to represent a given memory range. More...
 
 mutable_buffers_1 (const mutable_buffer &b)
 Construct to represent a single modifiable buffer. More...
 
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...
 
- Public Member Functions inherited from asio::mutable_buffer
 mutable_buffer ()
 Construct an empty buffer. More...
 
 mutable_buffer (void *data, std::size_t size)
 Construct a buffer to represent a given memory range. More...
 

Additional Inherited Members

Detailed Description

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

Definition at line 157 of file buffer.hpp.

Member Typedef Documentation

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

Definition at line 165 of file buffer.hpp.

The type for each element in the list of buffers.

Definition at line 162 of file buffer.hpp.

Constructor & Destructor Documentation

asio::mutable_buffers_1::mutable_buffers_1 ( void *  data,
std::size_t  size 
)
inline

Construct to represent a given memory range.

Definition at line 168 of file buffer.hpp.

asio::mutable_buffers_1::mutable_buffers_1 ( const mutable_buffer b)
inlineexplicit

Construct to represent a single modifiable buffer.

Definition at line 174 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 180 of file buffer.hpp.

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

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

Definition at line 186 of file buffer.hpp.


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