|
Realistic 3D camera system
3D camera system components
|
#include <io.hpp>
Public Member Functions | |
| io_op (Stream &next_layer, stream_core &core, const Operation &op, Handler &handler) | |
| void | operator() (asio::error_code ec, std::size_t bytes_transferred=~std::size_t(0), int start=0) |
Public Attributes | |
| Stream & | next_layer_ |
| stream_core & | core_ |
| Operation | op_ |
| int | start_ |
| engine::want | want_ |
| asio::error_code | ec_ |
| std::size_t | bytes_transferred_ |
| Handler | handler_ |
|
inline |
|
inline |
| std::size_t asio::ssl::detail::io_op< Stream, Operation, Handler >::bytes_transferred_ |
| stream_core& asio::ssl::detail::io_op< Stream, Operation, Handler >::core_ |
| asio::error_code asio::ssl::detail::io_op< Stream, Operation, Handler >::ec_ |
| Handler asio::ssl::detail::io_op< Stream, Operation, Handler >::handler_ |
| Stream& asio::ssl::detail::io_op< Stream, Operation, Handler >::next_layer_ |
| Operation asio::ssl::detail::io_op< Stream, Operation, Handler >::op_ |
| int asio::ssl::detail::io_op< Stream, Operation, Handler >::start_ |
| engine::want asio::ssl::detail::io_op< Stream, Operation, Handler >::want_ |
1.8.11