Realistic 3D camera system
3D camera system components
Public Member Functions | Public Attributes | List of all members
asio::detail::read_at_op< AsyncRandomAccessReadDevice, asio::mutable_buffers_1, CompletionCondition, ReadHandler > Class Template Reference

#include <read_at.hpp>

Inheritance diagram for asio::detail::read_at_op< AsyncRandomAccessReadDevice, asio::mutable_buffers_1, CompletionCondition, ReadHandler >:
asio::detail::base_from_completion_cond< CompletionCondition >

Public Member Functions

 read_at_op (AsyncRandomAccessReadDevice &device, uint64_t offset, const asio::mutable_buffers_1 &buffers, 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::mutable_buffer buffer_
 
int start_
 
std::size_t total_transferred_
 
ReadHandler handler_
 

Detailed Description

template<typename AsyncRandomAccessReadDevice, typename CompletionCondition, typename ReadHandler>
class asio::detail::read_at_op< AsyncRandomAccessReadDevice, asio::mutable_buffers_1, CompletionCondition, ReadHandler >

Definition at line 236 of file read_at.hpp.

Constructor & Destructor Documentation

template<typename AsyncRandomAccessReadDevice , typename CompletionCondition , typename ReadHandler >
asio::detail::read_at_op< AsyncRandomAccessReadDevice, asio::mutable_buffers_1, CompletionCondition, ReadHandler >::read_at_op ( AsyncRandomAccessReadDevice &  device,
uint64_t  offset,
const asio::mutable_buffers_1 buffers,
CompletionCondition  completion_condition,
ReadHandler &  handler 
)
inline

Definition at line 241 of file read_at.hpp.

Member Function Documentation

template<typename AsyncRandomAccessReadDevice , typename CompletionCondition , typename ReadHandler >
void asio::detail::read_at_op< AsyncRandomAccessReadDevice, asio::mutable_buffers_1, CompletionCondition, ReadHandler >::operator() ( const asio::error_code ec,
std::size_t  bytes_transferred,
int  start = 0 
)
inline

Definition at line 279 of file read_at.hpp.

Member Data Documentation

template<typename AsyncRandomAccessReadDevice , typename CompletionCondition , typename ReadHandler >
asio::mutable_buffer asio::detail::read_at_op< AsyncRandomAccessReadDevice, asio::mutable_buffers_1, CompletionCondition, ReadHandler >::buffer_

Definition at line 307 of file read_at.hpp.

template<typename AsyncRandomAccessReadDevice , typename CompletionCondition , typename ReadHandler >
AsyncRandomAccessReadDevice& asio::detail::read_at_op< AsyncRandomAccessReadDevice, asio::mutable_buffers_1, CompletionCondition, ReadHandler >::device_

Definition at line 305 of file read_at.hpp.

template<typename AsyncRandomAccessReadDevice , typename CompletionCondition , typename ReadHandler >
ReadHandler asio::detail::read_at_op< AsyncRandomAccessReadDevice, asio::mutable_buffers_1, CompletionCondition, ReadHandler >::handler_

Definition at line 310 of file read_at.hpp.

template<typename AsyncRandomAccessReadDevice , typename CompletionCondition , typename ReadHandler >
uint64_t asio::detail::read_at_op< AsyncRandomAccessReadDevice, asio::mutable_buffers_1, CompletionCondition, ReadHandler >::offset_

Definition at line 306 of file read_at.hpp.

template<typename AsyncRandomAccessReadDevice , typename CompletionCondition , typename ReadHandler >
int asio::detail::read_at_op< AsyncRandomAccessReadDevice, asio::mutable_buffers_1, CompletionCondition, ReadHandler >::start_

Definition at line 308 of file read_at.hpp.

template<typename AsyncRandomAccessReadDevice , typename CompletionCondition , typename ReadHandler >
std::size_t asio::detail::read_at_op< AsyncRandomAccessReadDevice, asio::mutable_buffers_1, CompletionCondition, ReadHandler >::total_transferred_

Definition at line 309 of file read_at.hpp.


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