Clementine
Classes | Public Types | Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
asio::detail::reactive_socket_service_base Class Reference
Inheritance diagram for asio::detail::reactive_socket_service_base:
Inheritance graph
[legend]
Collaboration diagram for asio::detail::reactive_socket_service_base:
Collaboration graph
[legend]

Classes

struct  base_implementation_type
 

Public Types

typedef socket_type native_handle_type
 

Public Member Functions

ASIO_DECL reactive_socket_service_base (execution_context &context)
 
ASIO_DECL void base_shutdown ()
 
ASIO_DECL void construct (base_implementation_type &impl)
 
ASIO_DECL void base_move_construct (base_implementation_type &impl, base_implementation_type &other_impl) ASIO_NOEXCEPT
 
ASIO_DECL void base_move_assign (base_implementation_type &impl, reactive_socket_service_base &other_service, base_implementation_type &other_impl)
 
ASIO_DECL void destroy (base_implementation_type &impl)
 
bool is_open (const base_implementation_type &impl) const
 
ASIO_DECL asio::error_code close (base_implementation_type &impl, asio::error_code &ec)
 
ASIO_DECL socket_type release (base_implementation_type &impl, asio::error_code &ec)
 
native_handle_type native_handle (base_implementation_type &impl)
 
ASIO_DECL asio::error_code cancel (base_implementation_type &impl, asio::error_code &ec)
 
bool at_mark (const base_implementation_type &impl, asio::error_code &ec) const
 
std::size_t available (const base_implementation_type &impl, asio::error_code &ec) const
 
asio::error_code listen (base_implementation_type &impl, int backlog, asio::error_code &ec)
 
template<typename IO_Control_Command >
asio::error_code io_control (base_implementation_type &impl, IO_Control_Command &command, asio::error_code &ec)
 
bool non_blocking (const base_implementation_type &impl) const
 
asio::error_code non_blocking (base_implementation_type &impl, bool mode, asio::error_code &ec)
 
bool native_non_blocking (const base_implementation_type &impl) const
 
asio::error_code native_non_blocking (base_implementation_type &impl, bool mode, asio::error_code &ec)
 
asio::error_code wait (base_implementation_type &impl, socket_base::wait_type w, asio::error_code &ec)
 
template<typename Handler , typename IoExecutor >
void async_wait (base_implementation_type &impl, socket_base::wait_type w, Handler &handler, const IoExecutor &io_ex)
 
template<typename ConstBufferSequence >
size_t send (base_implementation_type &impl, const ConstBufferSequence &buffers, socket_base::message_flags flags, asio::error_code &ec)
 
size_t send (base_implementation_type &impl, const null_buffers &, socket_base::message_flags, asio::error_code &ec)
 
template<typename ConstBufferSequence , typename Handler , typename IoExecutor >
void async_send (base_implementation_type &impl, const ConstBufferSequence &buffers, socket_base::message_flags flags, Handler &handler, const IoExecutor &io_ex)
 
template<typename Handler , typename IoExecutor >
void async_send (base_implementation_type &impl, const null_buffers &, socket_base::message_flags, Handler &handler, const IoExecutor &io_ex)
 
template<typename MutableBufferSequence >
size_t receive (base_implementation_type &impl, const MutableBufferSequence &buffers, socket_base::message_flags flags, asio::error_code &ec)
 
size_t receive (base_implementation_type &impl, const null_buffers &, socket_base::message_flags, asio::error_code &ec)
 
template<typename MutableBufferSequence , typename Handler , typename IoExecutor >
void async_receive (base_implementation_type &impl, const MutableBufferSequence &buffers, socket_base::message_flags flags, Handler &handler, const IoExecutor &io_ex)
 
template<typename Handler , typename IoExecutor >
void async_receive (base_implementation_type &impl, const null_buffers &, socket_base::message_flags flags, Handler &handler, const IoExecutor &io_ex)
 
template<typename MutableBufferSequence >
size_t receive_with_flags (base_implementation_type &impl, const MutableBufferSequence &buffers, socket_base::message_flags in_flags, socket_base::message_flags &out_flags, asio::error_code &ec)
 
size_t receive_with_flags (base_implementation_type &impl, const null_buffers &, socket_base::message_flags, socket_base::message_flags &out_flags, asio::error_code &ec)
 
template<typename MutableBufferSequence , typename Handler , typename IoExecutor >
void async_receive_with_flags (base_implementation_type &impl, const MutableBufferSequence &buffers, socket_base::message_flags in_flags, socket_base::message_flags &out_flags, Handler &handler, const IoExecutor &io_ex)
 
template<typename Handler , typename IoExecutor >
void async_receive_with_flags (base_implementation_type &impl, const null_buffers &, socket_base::message_flags in_flags, socket_base::message_flags &out_flags, Handler &handler, const IoExecutor &io_ex)
 

Protected Member Functions

ASIO_DECL asio::error_code do_open (base_implementation_type &impl, int af, int type, int protocol, asio::error_code &ec)
 
ASIO_DECL asio::error_code do_assign (base_implementation_type &impl, int type, const native_handle_type &native_socket, asio::error_code &ec)
 
ASIO_DECL void start_op (base_implementation_type &impl, int op_type, reactor_op *op, bool is_continuation, bool is_non_blocking, bool noop)
 
ASIO_DECL void start_accept_op (base_implementation_type &impl, reactor_op *op, bool is_continuation, bool peer_is_open)
 
ASIO_DECL void start_connect_op (base_implementation_type &impl, reactor_op *op, bool is_continuation, const socket_addr_type *addr, size_t addrlen)
 

Protected Attributes

reactor & reactor_
 
const asio::error_code success_ec_
 

The documentation for this class was generated from the following files: