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

#include <write_at.hpp>

Inheritance diagram for asio::detail::write_at_op< AsyncRandomAccessWriteDevice, boost::array< Elem, 2 >, CompletionCondition, WriteHandler >:
asio::detail::base_from_completion_cond< CompletionCondition >

Public Member Functions

 write_at_op (AsyncRandomAccessWriteDevice &device, uint64_t offset, const boost::array< Elem, 2 > &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_
 
boost::array< Elem, 2 > buffers_
 
int start_
 
std::size_t total_transferred_
 
WriteHandler handler_
 

Detailed Description

template<typename AsyncRandomAccessWriteDevice, typename Elem, typename CompletionCondition, typename WriteHandler>
class asio::detail::write_at_op< AsyncRandomAccessWriteDevice, boost::array< Elem, 2 >, CompletionCondition, WriteHandler >

Definition at line 381 of file write_at.hpp.

Constructor & Destructor Documentation

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

Definition at line 386 of file write_at.hpp.

Member Function Documentation

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

Definition at line 424 of file write_at.hpp.

Member Data Documentation

template<typename AsyncRandomAccessWriteDevice , typename Elem , typename CompletionCondition , typename WriteHandler >
boost::array<Elem, 2> asio::detail::write_at_op< AsyncRandomAccessWriteDevice, boost::array< Elem, 2 >, CompletionCondition, WriteHandler >::buffers_

Definition at line 462 of file write_at.hpp.

template<typename AsyncRandomAccessWriteDevice , typename Elem , typename CompletionCondition , typename WriteHandler >
AsyncRandomAccessWriteDevice& asio::detail::write_at_op< AsyncRandomAccessWriteDevice, boost::array< Elem, 2 >, CompletionCondition, WriteHandler >::device_

Definition at line 460 of file write_at.hpp.

template<typename AsyncRandomAccessWriteDevice , typename Elem , typename CompletionCondition , typename WriteHandler >
WriteHandler asio::detail::write_at_op< AsyncRandomAccessWriteDevice, boost::array< Elem, 2 >, CompletionCondition, WriteHandler >::handler_

Definition at line 465 of file write_at.hpp.

template<typename AsyncRandomAccessWriteDevice , typename Elem , typename CompletionCondition , typename WriteHandler >
uint64_t asio::detail::write_at_op< AsyncRandomAccessWriteDevice, boost::array< Elem, 2 >, CompletionCondition, WriteHandler >::offset_

Definition at line 461 of file write_at.hpp.

template<typename AsyncRandomAccessWriteDevice , typename Elem , typename CompletionCondition , typename WriteHandler >
int asio::detail::write_at_op< AsyncRandomAccessWriteDevice, boost::array< Elem, 2 >, CompletionCondition, WriteHandler >::start_

Definition at line 463 of file write_at.hpp.

template<typename AsyncRandomAccessWriteDevice , typename Elem , typename CompletionCondition , typename WriteHandler >
std::size_t asio::detail::write_at_op< AsyncRandomAccessWriteDevice, boost::array< Elem, 2 >, CompletionCondition, WriteHandler >::total_transferred_

Definition at line 464 of file write_at.hpp.


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