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

#include <spawn.hpp>

Inheritance diagram for asio::detail::spawn_data< Handler, Function >:
asio::detail::noncopyable

Public Member Functions

 spawn_data (ASIO_MOVE_ARG(Handler) handler, bool call_handler, ASIO_MOVE_ARG(Function) function)
 

Public Attributes

weak_ptr< typename basic_yield_context< Handler >::callee_type > coro_
 
Handler handler_
 
bool call_handler_
 
Function function_
 

Detailed Description

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

Definition at line 245 of file spawn.hpp.

Constructor & Destructor Documentation

template<typename Handler , typename Function >
asio::detail::spawn_data< Handler, Function >::spawn_data ( ASIO_MOVE_ARG(Handler)  handler,
bool  call_handler,
ASIO_MOVE_ARG(Function)  function 
)
inline

Definition at line 247 of file spawn.hpp.

Member Data Documentation

template<typename Handler , typename Function >
bool asio::detail::spawn_data< Handler, Function >::call_handler_

Definition at line 257 of file spawn.hpp.

template<typename Handler , typename Function >
weak_ptr<typename basic_yield_context<Handler>::callee_type> asio::detail::spawn_data< Handler, Function >::coro_

Definition at line 255 of file spawn.hpp.

template<typename Handler , typename Function >
Function asio::detail::spawn_data< Handler, Function >::function_

Definition at line 258 of file spawn.hpp.

template<typename Handler , typename Function >
Handler asio::detail::spawn_data< Handler, Function >::handler_

Definition at line 256 of file spawn.hpp.


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