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

#include <write.hpp>

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

Public Member Functions

 write_op (AsyncWriteStream &stream, 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

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

Detailed Description

template<typename AsyncWriteStream, typename Elem, typename CompletionCondition, typename WriteHandler>
class asio::detail::write_op< AsyncWriteStream, boost::array< Elem, 2 >, CompletionCondition, WriteHandler >

Definition at line 358 of file write.hpp.

Constructor & Destructor Documentation

template<typename AsyncWriteStream , typename Elem , typename CompletionCondition , typename WriteHandler >
asio::detail::write_op< AsyncWriteStream, boost::array< Elem, 2 >, CompletionCondition, WriteHandler >::write_op ( AsyncWriteStream &  stream,
const boost::array< Elem, 2 > &  buffers,
CompletionCondition  completion_condition,
WriteHandler &  handler 
)
inline

Definition at line 363 of file write.hpp.

Member Function Documentation

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

Definition at line 397 of file write.hpp.

Member Data Documentation

template<typename AsyncWriteStream , typename Elem , typename CompletionCondition , typename WriteHandler >
boost::array<Elem, 2> asio::detail::write_op< AsyncWriteStream, boost::array< Elem, 2 >, CompletionCondition, WriteHandler >::buffers_

Definition at line 433 of file write.hpp.

template<typename AsyncWriteStream , typename Elem , typename CompletionCondition , typename WriteHandler >
WriteHandler asio::detail::write_op< AsyncWriteStream, boost::array< Elem, 2 >, CompletionCondition, WriteHandler >::handler_

Definition at line 436 of file write.hpp.

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

Definition at line 434 of file write.hpp.

template<typename AsyncWriteStream , typename Elem , typename CompletionCondition , typename WriteHandler >
AsyncWriteStream& asio::detail::write_op< AsyncWriteStream, boost::array< Elem, 2 >, CompletionCondition, WriteHandler >::stream_

Definition at line 432 of file write.hpp.

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

Definition at line 435 of file write.hpp.


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