|
Realistic 3D camera system
3D camera system components
|
#include <spawn.hpp>
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_ |
|
inline |
| bool asio::detail::spawn_data< Handler, Function >::call_handler_ |
| weak_ptr<typename basic_yield_context<Handler>::callee_type> asio::detail::spawn_data< Handler, Function >::coro_ |
| Function asio::detail::spawn_data< Handler, Function >::function_ |
| Handler asio::detail::spawn_data< Handler, Function >::handler_ |
1.8.11