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

#include <read.hpp>

Inheritance diagram for asio::detail::read_streambuf_op< AsyncReadStream, Allocator, CompletionCondition, ReadHandler >:
asio::detail::base_from_completion_cond< CompletionCondition >

Public Member Functions

 read_streambuf_op (AsyncReadStream &stream, basic_streambuf< Allocator > &streambuf, 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::basic_streambuf< Allocator > & streambuf_
 
int start_
 
std::size_t total_transferred_
 
ReadHandler handler_
 

Detailed Description

template<typename AsyncReadStream, typename Allocator, typename CompletionCondition, typename ReadHandler>
class asio::detail::read_streambuf_op< AsyncReadStream, Allocator, CompletionCondition, ReadHandler >

Definition at line 572 of file read.hpp.

Constructor & Destructor Documentation

template<typename AsyncReadStream , typename Allocator , typename CompletionCondition , typename ReadHandler >
asio::detail::read_streambuf_op< AsyncReadStream, Allocator, CompletionCondition, ReadHandler >::read_streambuf_op ( AsyncReadStream &  stream,
basic_streambuf< Allocator > &  streambuf,
CompletionCondition  completion_condition,
ReadHandler &  handler 
)
inline

Definition at line 576 of file read.hpp.

Member Function Documentation

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

Definition at line 611 of file read.hpp.

Member Data Documentation

template<typename AsyncReadStream , typename Allocator , typename CompletionCondition , typename ReadHandler >
ReadHandler asio::detail::read_streambuf_op< AsyncReadStream, Allocator, CompletionCondition, ReadHandler >::handler_

Definition at line 642 of file read.hpp.

template<typename AsyncReadStream , typename Allocator , typename CompletionCondition , typename ReadHandler >
int asio::detail::read_streambuf_op< AsyncReadStream, Allocator, CompletionCondition, ReadHandler >::start_

Definition at line 640 of file read.hpp.

template<typename AsyncReadStream , typename Allocator , typename CompletionCondition , typename ReadHandler >
AsyncReadStream& asio::detail::read_streambuf_op< AsyncReadStream, Allocator, CompletionCondition, ReadHandler >::stream_

Definition at line 638 of file read.hpp.

template<typename AsyncReadStream , typename Allocator , typename CompletionCondition , typename ReadHandler >
asio::basic_streambuf<Allocator>& asio::detail::read_streambuf_op< AsyncReadStream, Allocator, CompletionCondition, ReadHandler >::streambuf_

Definition at line 639 of file read.hpp.

template<typename AsyncReadStream , typename Allocator , typename CompletionCondition , typename ReadHandler >
std::size_t asio::detail::read_streambuf_op< AsyncReadStream, Allocator, CompletionCondition, ReadHandler >::total_transferred_

Definition at line 641 of file read.hpp.


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