Realistic 3D camera system
3D camera system components
|
#include <buffer.hpp>
Public Types | |
typedef mutable_buffer | value_type |
The type for each element in the list of buffers. More... | |
typedef const mutable_buffer * | const_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... | |
An implementation of both the ConstBufferSequence and MutableBufferSequence concepts to represent a null buffer sequence.
Definition at line 324 of file buffer.hpp.
typedef const mutable_buffer* asio::null_buffers::const_iterator |
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.
|
inline |
Get a random-access iterator to the first element.
Definition at line 334 of file buffer.hpp.
|
inline |
Get a random-access iterator for one past the last element.
Definition at line 340 of file buffer.hpp.