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

#include <read.hpp>

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

Public Member Functions

 read_op (AsyncReadStream &stream, 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

AsyncReadStream & stream_
 
boost::array< Elem, 2 > buffers_
 
int start_
 
std::size_t total_transferred_
 
ReadHandler handler_
 

Detailed Description

template<typename AsyncReadStream, typename Elem, typename CompletionCondition, typename ReadHandler>
class asio::detail::read_op< AsyncReadStream, boost::array< Elem, 2 >, CompletionCondition, ReadHandler >

Definition at line 295 of file read.hpp.

Constructor & Destructor Documentation

template<typename AsyncReadStream , typename Elem , typename CompletionCondition , typename ReadHandler >
asio::detail::read_op< AsyncReadStream, boost::array< Elem, 2 >, CompletionCondition, ReadHandler >::read_op ( AsyncReadStream &  stream,
const boost::array< Elem, 2 > &  buffers,
CompletionCondition  completion_condition,
ReadHandler &  handler 
)
inline

Definition at line 300 of file read.hpp.

Member Function Documentation

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

Definition at line 334 of file read.hpp.

Member Data Documentation

template<typename AsyncReadStream , typename Elem , typename CompletionCondition , typename ReadHandler >
boost::array<Elem, 2> asio::detail::read_op< AsyncReadStream, boost::array< Elem, 2 >, CompletionCondition, ReadHandler >::buffers_

Definition at line 370 of file read.hpp.

template<typename AsyncReadStream , typename Elem , typename CompletionCondition , typename ReadHandler >
ReadHandler asio::detail::read_op< AsyncReadStream, boost::array< Elem, 2 >, CompletionCondition, ReadHandler >::handler_

Definition at line 373 of file read.hpp.

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

Definition at line 371 of file read.hpp.

template<typename AsyncReadStream , typename Elem , typename CompletionCondition , typename ReadHandler >
AsyncReadStream& asio::detail::read_op< AsyncReadStream, boost::array< Elem, 2 >, CompletionCondition, ReadHandler >::stream_

Definition at line 369 of file read.hpp.

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

Definition at line 372 of file read.hpp.


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