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

#include <read_at.hpp>

Inheritance diagram for asio::detail::read_at_op< AsyncRandomAccessReadDevice, boost::array< Elem, 2 >, CompletionCondition, ReadHandler >:
asio::detail::base_from_completion_cond< CompletionCondition >

Public Member Functions

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

Detailed Description

template<typename AsyncRandomAccessReadDevice, typename Elem, typename CompletionCondition, typename ReadHandler>
class asio::detail::read_at_op< AsyncRandomAccessReadDevice, boost::array< Elem, 2 >, CompletionCondition, ReadHandler >

Definition at line 315 of file read_at.hpp.

Constructor & Destructor Documentation

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

Definition at line 320 of file read_at.hpp.

Member Function Documentation

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

Definition at line 358 of file read_at.hpp.

Member Data Documentation

template<typename AsyncRandomAccessReadDevice , typename Elem , typename CompletionCondition , typename ReadHandler >
boost::array<Elem, 2> asio::detail::read_at_op< AsyncRandomAccessReadDevice, boost::array< Elem, 2 >, CompletionCondition, ReadHandler >::buffers_

Definition at line 396 of file read_at.hpp.

template<typename AsyncRandomAccessReadDevice , typename Elem , typename CompletionCondition , typename ReadHandler >
AsyncRandomAccessReadDevice& asio::detail::read_at_op< AsyncRandomAccessReadDevice, boost::array< Elem, 2 >, CompletionCondition, ReadHandler >::device_

Definition at line 394 of file read_at.hpp.

template<typename AsyncRandomAccessReadDevice , typename Elem , typename CompletionCondition , typename ReadHandler >
ReadHandler asio::detail::read_at_op< AsyncRandomAccessReadDevice, boost::array< Elem, 2 >, CompletionCondition, ReadHandler >::handler_

Definition at line 399 of file read_at.hpp.

template<typename AsyncRandomAccessReadDevice , typename Elem , typename CompletionCondition , typename ReadHandler >
uint64_t asio::detail::read_at_op< AsyncRandomAccessReadDevice, boost::array< Elem, 2 >, CompletionCondition, ReadHandler >::offset_

Definition at line 395 of file read_at.hpp.

template<typename AsyncRandomAccessReadDevice , typename Elem , typename CompletionCondition , typename ReadHandler >
int asio::detail::read_at_op< AsyncRandomAccessReadDevice, boost::array< Elem, 2 >, CompletionCondition, ReadHandler >::start_

Definition at line 397 of file read_at.hpp.

template<typename AsyncRandomAccessReadDevice , typename Elem , typename CompletionCondition , typename ReadHandler >
std::size_t asio::detail::read_at_op< AsyncRandomAccessReadDevice, boost::array< Elem, 2 >, CompletionCondition, ReadHandler >::total_transferred_

Definition at line 398 of file read_at.hpp.


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