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

#include <read.hpp>

Inheritance diagram for asio::detail::read_op< AsyncReadStream, asio::mutable_buffers_1, CompletionCondition, ReadHandler >:
asio::detail::base_from_completion_cond< CompletionCondition >

Public Member Functions

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

AsyncReadStream & stream_
 
asio::mutable_buffer buffer_
 
int start_
 
std::size_t total_transferred_
 
ReadHandler handler_
 

Detailed Description

template<typename AsyncReadStream, typename CompletionCondition, typename ReadHandler>
class asio::detail::read_op< AsyncReadStream, asio::mutable_buffers_1, CompletionCondition, ReadHandler >

Definition at line 220 of file read.hpp.

Constructor & Destructor Documentation

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

Definition at line 225 of file read.hpp.

Member Function Documentation

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

Definition at line 260 of file read.hpp.

Member Data Documentation

template<typename AsyncReadStream , typename CompletionCondition , typename ReadHandler >
asio::mutable_buffer asio::detail::read_op< AsyncReadStream, asio::mutable_buffers_1, CompletionCondition, ReadHandler >::buffer_

Definition at line 287 of file read.hpp.

template<typename AsyncReadStream , typename CompletionCondition , typename ReadHandler >
ReadHandler asio::detail::read_op< AsyncReadStream, asio::mutable_buffers_1, CompletionCondition, ReadHandler >::handler_

Definition at line 290 of file read.hpp.

template<typename AsyncReadStream , typename CompletionCondition , typename ReadHandler >
int asio::detail::read_op< AsyncReadStream, asio::mutable_buffers_1, CompletionCondition, ReadHandler >::start_

Definition at line 288 of file read.hpp.

template<typename AsyncReadStream , typename CompletionCondition , typename ReadHandler >
AsyncReadStream& asio::detail::read_op< AsyncReadStream, asio::mutable_buffers_1, CompletionCondition, ReadHandler >::stream_

Definition at line 286 of file read.hpp.

template<typename AsyncReadStream , typename CompletionCondition , typename ReadHandler >
std::size_t asio::detail::read_op< AsyncReadStream, asio::mutable_buffers_1, CompletionCondition, ReadHandler >::total_transferred_

Definition at line 289 of file read.hpp.


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