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

#include <write_at.hpp>

Inheritance diagram for asio::detail::write_at_op< AsyncRandomAccessWriteDevice, asio::mutable_buffers_1, CompletionCondition, WriteHandler >:
asio::detail::base_from_completion_cond< CompletionCondition >

Public Member Functions

 write_at_op (AsyncRandomAccessWriteDevice &device, uint64_t offset, const asio::mutable_buffers_1 &buffers, CompletionCondition completion_condition, WriteHandler &handler)
 
void operator() (const asio::error_code &ec, std::size_t bytes_transferred, int start=0)
 

Public Attributes

AsyncRandomAccessWriteDevice & device_
 
uint64_t offset_
 
asio::mutable_buffer buffer_
 
int start_
 
std::size_t total_transferred_
 
WriteHandler handler_
 

Detailed Description

template<typename AsyncRandomAccessWriteDevice, typename CompletionCondition, typename WriteHandler>
class asio::detail::write_at_op< AsyncRandomAccessWriteDevice, asio::mutable_buffers_1, CompletionCondition, WriteHandler >

Definition at line 221 of file write_at.hpp.

Constructor & Destructor Documentation

template<typename AsyncRandomAccessWriteDevice , typename CompletionCondition , typename WriteHandler >
asio::detail::write_at_op< AsyncRandomAccessWriteDevice, asio::mutable_buffers_1, CompletionCondition, WriteHandler >::write_at_op ( AsyncRandomAccessWriteDevice &  device,
uint64_t  offset,
const asio::mutable_buffers_1 buffers,
CompletionCondition  completion_condition,
WriteHandler &  handler 
)
inline

Definition at line 226 of file write_at.hpp.

Member Function Documentation

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

Definition at line 265 of file write_at.hpp.

Member Data Documentation

template<typename AsyncRandomAccessWriteDevice , typename CompletionCondition , typename WriteHandler >
asio::mutable_buffer asio::detail::write_at_op< AsyncRandomAccessWriteDevice, asio::mutable_buffers_1, CompletionCondition, WriteHandler >::buffer_

Definition at line 293 of file write_at.hpp.

template<typename AsyncRandomAccessWriteDevice , typename CompletionCondition , typename WriteHandler >
AsyncRandomAccessWriteDevice& asio::detail::write_at_op< AsyncRandomAccessWriteDevice, asio::mutable_buffers_1, CompletionCondition, WriteHandler >::device_

Definition at line 291 of file write_at.hpp.

template<typename AsyncRandomAccessWriteDevice , typename CompletionCondition , typename WriteHandler >
WriteHandler asio::detail::write_at_op< AsyncRandomAccessWriteDevice, asio::mutable_buffers_1, CompletionCondition, WriteHandler >::handler_

Definition at line 296 of file write_at.hpp.

template<typename AsyncRandomAccessWriteDevice , typename CompletionCondition , typename WriteHandler >
uint64_t asio::detail::write_at_op< AsyncRandomAccessWriteDevice, asio::mutable_buffers_1, CompletionCondition, WriteHandler >::offset_

Definition at line 292 of file write_at.hpp.

template<typename AsyncRandomAccessWriteDevice , typename CompletionCondition , typename WriteHandler >
int asio::detail::write_at_op< AsyncRandomAccessWriteDevice, asio::mutable_buffers_1, CompletionCondition, WriteHandler >::start_

Definition at line 294 of file write_at.hpp.

template<typename AsyncRandomAccessWriteDevice , typename CompletionCondition , typename WriteHandler >
std::size_t asio::detail::write_at_op< AsyncRandomAccessWriteDevice, asio::mutable_buffers_1, CompletionCondition, WriteHandler >::total_transferred_

Definition at line 295 of file write_at.hpp.


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