|
Realistic 3D camera system
3D camera system components
|
#include <read_at.hpp>
Public Member Functions | |
| read_at_streambuf_op (AsyncRandomAccessReadDevice &device, uint64_t offset, basic_streambuf< Allocator > &streambuf, CompletionCondition completion_condition, ReadHandler &handler) | |
| void | operator() (const asio::error_code &ec, std::size_t bytes_transferred, int start=0) |
Public Attributes | |
| AsyncRandomAccessReadDevice & | device_ |
| uint64_t | offset_ |
| asio::basic_streambuf< Allocator > & | streambuf_ |
| int | start_ |
| std::size_t | total_transferred_ |
| ReadHandler | handler_ |
Definition at line 623 of file read_at.hpp.
|
inline |
Definition at line 627 of file read_at.hpp.
|
inline |
Definition at line 665 of file read_at.hpp.
| AsyncRandomAccessReadDevice& asio::detail::read_at_streambuf_op< AsyncRandomAccessReadDevice, Allocator, CompletionCondition, ReadHandler >::device_ |
Definition at line 693 of file read_at.hpp.
| ReadHandler asio::detail::read_at_streambuf_op< AsyncRandomAccessReadDevice, Allocator, CompletionCondition, ReadHandler >::handler_ |
Definition at line 698 of file read_at.hpp.
| uint64_t asio::detail::read_at_streambuf_op< AsyncRandomAccessReadDevice, Allocator, CompletionCondition, ReadHandler >::offset_ |
Definition at line 694 of file read_at.hpp.
| int asio::detail::read_at_streambuf_op< AsyncRandomAccessReadDevice, Allocator, CompletionCondition, ReadHandler >::start_ |
Definition at line 696 of file read_at.hpp.
| asio::basic_streambuf<Allocator>& asio::detail::read_at_streambuf_op< AsyncRandomAccessReadDevice, Allocator, CompletionCondition, ReadHandler >::streambuf_ |
Definition at line 695 of file read_at.hpp.
| std::size_t asio::detail::read_at_streambuf_op< AsyncRandomAccessReadDevice, Allocator, CompletionCondition, ReadHandler >::total_transferred_ |
Definition at line 697 of file read_at.hpp.
1.8.11