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

#include <spawn.hpp>

Public Member Functions

void operator() (typename basic_yield_context< Handler >::caller_type &ca)
 

Public Attributes

shared_ptr< spawn_data< Handler, Function > > data_
 

Detailed Description

template<typename Handler, typename Function>
struct asio::detail::coro_entry_point< Handler, Function >

Definition at line 262 of file spawn.hpp.

Member Function Documentation

template<typename Handler, typename Function>
void asio::detail::coro_entry_point< Handler, Function >::operator() ( typename basic_yield_context< Handler >::caller_type &  ca)
inline

Definition at line 264 of file spawn.hpp.

Member Data Documentation

template<typename Handler, typename Function>
shared_ptr<spawn_data<Handler, Function> > asio::detail::coro_entry_point< Handler, Function >::data_

Definition at line 277 of file spawn.hpp.


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