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

#include <spawn.hpp>

Public Member Functions

void operator() ()
 

Public Attributes

shared_ptr< spawn_data< Handler, Function > > data_
 
boost::coroutines::attributes attributes_
 

Detailed Description

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

Definition at line 281 of file spawn.hpp.

Member Function Documentation

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

Definition at line 283 of file spawn.hpp.

Member Data Documentation

template<typename Handler, typename Function>
boost::coroutines::attributes asio::detail::spawn_helper< Handler, Function >::attributes_

Definition at line 293 of file spawn.hpp.

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

Definition at line 292 of file spawn.hpp.


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