Realistic 3D camera system
3D camera system components
|
#include <resolve_endpoint_op.hpp>
Public Types | |
typedef Protocol::endpoint | endpoint_type |
typedef asio::ip::basic_resolver_iterator< Protocol > | iterator_type |
Public Member Functions | |
ASIO_DEFINE_HANDLER_PTR (resolve_endpoint_op) | |
resolve_endpoint_op (socket_ops::weak_cancel_token_type cancel_token, const endpoint_type &endpoint, io_service_impl &ios, Handler &handler) | |
Static Public Member Functions | |
static void | do_complete (io_service_impl *owner, operation *base, const asio::error_code &, std::size_t) |
Definition at line 36 of file resolve_endpoint_op.hpp.
typedef Protocol::endpoint asio::detail::resolve_endpoint_op< Protocol, Handler >::endpoint_type |
Definition at line 41 of file resolve_endpoint_op.hpp.
typedef asio::ip::basic_resolver_iterator<Protocol> asio::detail::resolve_endpoint_op< Protocol, Handler >::iterator_type |
Definition at line 42 of file resolve_endpoint_op.hpp.
|
inline |
Definition at line 44 of file resolve_endpoint_op.hpp.
asio::detail::resolve_endpoint_op< Protocol, Handler >::ASIO_DEFINE_HANDLER_PTR | ( | resolve_endpoint_op< Protocol, Handler > | ) |
|
inlinestatic |
Definition at line 54 of file resolve_endpoint_op.hpp.