Realistic 3D camera system
3D camera system components
Public Member Functions | Public Attributes | List of all members
asio::detail::coro_handler< Handler, void > Class Template Reference

#include <spawn.hpp>

Public Member Functions

 coro_handler (basic_yield_context< Handler > ctx)
 
void operator() ()
 
void operator() (asio::error_code ec)
 

Public Attributes

shared_ptr< typename basic_yield_context< Handler >::callee_type > coro_
 
basic_yield_context< Handler >::caller_type & ca_
 
Handler & handler_
 
atomic_countready_
 
asio::error_codeec_
 

Detailed Description

template<typename Handler>
class asio::detail::coro_handler< Handler, void >

Definition at line 73 of file spawn.hpp.

Constructor & Destructor Documentation

template<typename Handler >
asio::detail::coro_handler< Handler, void >::coro_handler ( basic_yield_context< Handler >  ctx)
inline

Definition at line 76 of file spawn.hpp.

Member Function Documentation

template<typename Handler >
void asio::detail::coro_handler< Handler, void >::operator() ( )
inline

Definition at line 85 of file spawn.hpp.

template<typename Handler >
void asio::detail::coro_handler< Handler, void >::operator() ( asio::error_code  ec)
inline

Definition at line 92 of file spawn.hpp.

Member Data Documentation

template<typename Handler >
basic_yield_context<Handler>::caller_type& asio::detail::coro_handler< Handler, void >::ca_

Definition at line 101 of file spawn.hpp.

template<typename Handler >
shared_ptr<typename basic_yield_context<Handler>::callee_type> asio::detail::coro_handler< Handler, void >::coro_

Definition at line 100 of file spawn.hpp.

template<typename Handler >
asio::error_code* asio::detail::coro_handler< Handler, void >::ec_

Definition at line 104 of file spawn.hpp.

template<typename Handler >
Handler& asio::detail::coro_handler< Handler, void >::handler_

Definition at line 102 of file spawn.hpp.

template<typename Handler >
atomic_count* asio::detail::coro_handler< Handler, void >::ready_

Definition at line 103 of file spawn.hpp.


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