Realistic 3D camera system
3D camera system components
Classes | Public Types | Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
asio::detail::reactive_socket_service_base Class Reference

#include <reactive_socket_service_base.hpp>

Inheritance diagram for asio::detail::reactive_socket_service_base:
asio::detail::reactive_socket_service< Protocol >

Classes

struct  base_implementation_type
 

Public Types

typedef socket_type native_handle_type
 

Public Member Functions

ASIO_DECL reactive_socket_service_base (asio::io_service &io_service)
 
ASIO_DECL void shutdown_service ()
 
ASIO_DECL void construct (base_implementation_type &impl)
 
ASIO_DECL void base_move_construct (base_implementation_type &impl, base_implementation_type &other_impl)
 
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)
 
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 shutdown (base_implementation_type &impl, socket_base::shutdown_type what, asio::error_code &ec)
 
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 >
void async_send (base_implementation_type &impl, const ConstBufferSequence &buffers, socket_base::message_flags flags, Handler &handler)
 
template<typename Handler >
void async_send (base_implementation_type &impl, const null_buffers &, socket_base::message_flags, Handler &handler)
 
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 >
void async_receive (base_implementation_type &impl, const MutableBufferSequence &buffers, socket_base::message_flags flags, Handler &handler)
 
template<typename Handler >
void async_receive (base_implementation_type &impl, const null_buffers &, socket_base::message_flags flags, Handler &handler)
 
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 >
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)
 
template<typename Handler >
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)
 

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

reactorreactor_
 

Detailed Description

Definition at line 44 of file reactive_socket_service_base.hpp.

Member Typedef Documentation

Definition at line 48 of file reactive_socket_service_base.hpp.

Constructor & Destructor Documentation

asio::detail::reactive_socket_service_base::reactive_socket_service_base ( asio::io_service io_service)

Definition at line 30 of file reactive_socket_service_base.ipp.

Member Function Documentation

template<typename MutableBufferSequence , typename Handler >
void asio::detail::reactive_socket_service_base::async_receive ( base_implementation_type impl,
const MutableBufferSequence &  buffers,
socket_base::message_flags  flags,
Handler &  handler 
)
inline

Definition at line 270 of file reactive_socket_service_base.hpp.

template<typename Handler >
void asio::detail::reactive_socket_service_base::async_receive ( base_implementation_type impl,
const null_buffers ,
socket_base::message_flags  flags,
Handler &  handler 
)
inline

Definition at line 299 of file reactive_socket_service_base.hpp.

template<typename MutableBufferSequence , typename Handler >
void asio::detail::reactive_socket_service_base::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 
)
inline

Definition at line 355 of file reactive_socket_service_base.hpp.

template<typename Handler >
void asio::detail::reactive_socket_service_base::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 
)
inline

Definition at line 382 of file reactive_socket_service_base.hpp.

template<typename ConstBufferSequence , typename Handler >
void asio::detail::reactive_socket_service_base::async_send ( base_implementation_type impl,
const ConstBufferSequence &  buffers,
socket_base::message_flags  flags,
Handler &  handler 
)
inline

Definition at line 199 of file reactive_socket_service_base.hpp.

template<typename Handler >
void asio::detail::reactive_socket_service_base::async_send ( base_implementation_type impl,
const null_buffers ,
socket_base::message_flags  ,
Handler &  handler 
)
inline

Definition at line 224 of file reactive_socket_service_base.hpp.

bool asio::detail::reactive_socket_service_base::at_mark ( const base_implementation_type impl,
asio::error_code ec 
) const
inline

Definition at line 106 of file reactive_socket_service_base.hpp.

std::size_t asio::detail::reactive_socket_service_base::available ( const base_implementation_type impl,
asio::error_code ec 
) const
inline

Definition at line 113 of file reactive_socket_service_base.hpp.

void asio::detail::reactive_socket_service_base::base_move_assign ( reactive_socket_service_base::base_implementation_type impl,
reactive_socket_service_base other_service,
reactive_socket_service_base::base_implementation_type other_impl 
)

Definition at line 62 of file reactive_socket_service_base.ipp.

void asio::detail::reactive_socket_service_base::base_move_construct ( reactive_socket_service_base::base_implementation_type impl,
reactive_socket_service_base::base_implementation_type other_impl 
)

Definition at line 48 of file reactive_socket_service_base.ipp.

asio::error_code asio::detail::reactive_socket_service_base::cancel ( reactive_socket_service_base::base_implementation_type impl,
asio::error_code ec 
)

Definition at line 121 of file reactive_socket_service_base.ipp.

asio::error_code asio::detail::reactive_socket_service_base::close ( reactive_socket_service_base::base_implementation_type impl,
asio::error_code ec 
)

Definition at line 94 of file reactive_socket_service_base.ipp.

void asio::detail::reactive_socket_service_base::construct ( reactive_socket_service_base::base_implementation_type impl)

Definition at line 41 of file reactive_socket_service_base.ipp.

void asio::detail::reactive_socket_service_base::destroy ( reactive_socket_service_base::base_implementation_type impl)

Definition at line 79 of file reactive_socket_service_base.ipp.

asio::error_code asio::detail::reactive_socket_service_base::do_assign ( reactive_socket_service_base::base_implementation_type impl,
int  type,
const native_handle_type native_socket,
asio::error_code ec 
)
protected

Definition at line 170 of file reactive_socket_service_base.ipp.

asio::error_code asio::detail::reactive_socket_service_base::do_open ( reactive_socket_service_base::base_implementation_type impl,
int  af,
int  type,
int  protocol,
asio::error_code ec 
)
protected

Definition at line 138 of file reactive_socket_service_base.ipp.

template<typename IO_Control_Command >
asio::error_code asio::detail::reactive_socket_service_base::io_control ( base_implementation_type impl,
IO_Control_Command &  command,
asio::error_code ec 
)
inline

Definition at line 129 of file reactive_socket_service_base.hpp.

bool asio::detail::reactive_socket_service_base::is_open ( const base_implementation_type impl) const
inline

Definition at line 86 of file reactive_socket_service_base.hpp.

asio::error_code asio::detail::reactive_socket_service_base::listen ( base_implementation_type impl,
int  backlog,
asio::error_code ec 
)
inline

Definition at line 120 of file reactive_socket_service_base.hpp.

native_handle_type asio::detail::reactive_socket_service_base::native_handle ( base_implementation_type impl)
inline

Definition at line 96 of file reactive_socket_service_base.hpp.

bool asio::detail::reactive_socket_service_base::native_non_blocking ( const base_implementation_type impl) const
inline

Definition at line 152 of file reactive_socket_service_base.hpp.

asio::error_code asio::detail::reactive_socket_service_base::native_non_blocking ( base_implementation_type impl,
bool  mode,
asio::error_code ec 
)
inline

Definition at line 158 of file reactive_socket_service_base.hpp.

bool asio::detail::reactive_socket_service_base::non_blocking ( const base_implementation_type impl) const
inline

Definition at line 138 of file reactive_socket_service_base.hpp.

asio::error_code asio::detail::reactive_socket_service_base::non_blocking ( base_implementation_type impl,
bool  mode,
asio::error_code ec 
)
inline

Definition at line 144 of file reactive_socket_service_base.hpp.

template<typename MutableBufferSequence >
size_t asio::detail::reactive_socket_service_base::receive ( base_implementation_type impl,
const MutableBufferSequence &  buffers,
socket_base::message_flags  flags,
asio::error_code ec 
)
inline

Definition at line 246 of file reactive_socket_service_base.hpp.

size_t asio::detail::reactive_socket_service_base::receive ( base_implementation_type impl,
const null_buffers ,
socket_base::message_flags  ,
asio::error_code ec 
)
inline

Definition at line 258 of file reactive_socket_service_base.hpp.

template<typename MutableBufferSequence >
size_t asio::detail::reactive_socket_service_base::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 
)
inline

Definition at line 325 of file reactive_socket_service_base.hpp.

size_t asio::detail::reactive_socket_service_base::receive_with_flags ( base_implementation_type impl,
const null_buffers ,
socket_base::message_flags  ,
socket_base::message_flags out_flags,
asio::error_code ec 
)
inline

Definition at line 338 of file reactive_socket_service_base.hpp.

template<typename ConstBufferSequence >
size_t asio::detail::reactive_socket_service_base::send ( base_implementation_type impl,
const ConstBufferSequence &  buffers,
socket_base::message_flags  flags,
asio::error_code ec 
)
inline

Definition at line 175 of file reactive_socket_service_base.hpp.

size_t asio::detail::reactive_socket_service_base::send ( base_implementation_type impl,
const null_buffers ,
socket_base::message_flags  ,
asio::error_code ec 
)
inline

Definition at line 187 of file reactive_socket_service_base.hpp.

asio::error_code asio::detail::reactive_socket_service_base::shutdown ( base_implementation_type impl,
socket_base::shutdown_type  what,
asio::error_code ec 
)
inline

Definition at line 166 of file reactive_socket_service_base.hpp.

void asio::detail::reactive_socket_service_base::shutdown_service ( )

Definition at line 37 of file reactive_socket_service_base.ipp.

void asio::detail::reactive_socket_service_base::start_accept_op ( reactive_socket_service_base::base_implementation_type impl,
reactor_op op,
bool  is_continuation,
bool  peer_is_open 
)
protected

Definition at line 221 of file reactive_socket_service_base.ipp.

void asio::detail::reactive_socket_service_base::start_connect_op ( reactive_socket_service_base::base_implementation_type impl,
reactor_op op,
bool  is_continuation,
const socket_addr_type addr,
size_t  addrlen 
)
protected

Definition at line 234 of file reactive_socket_service_base.ipp.

void asio::detail::reactive_socket_service_base::start_op ( reactive_socket_service_base::base_implementation_type impl,
int  op_type,
reactor_op op,
bool  is_continuation,
bool  is_non_blocking,
bool  noop 
)
protected

Definition at line 201 of file reactive_socket_service_base.ipp.

Member Data Documentation

reactor& asio::detail::reactive_socket_service_base::reactor_
protected

Definition at line 435 of file reactive_socket_service_base.hpp.


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