MCPcopy Create free account

hub / github.com/chriskohlhoff/networking-ts-impl / functions

Functions1,370 in github.com/chriskohlhoff/networking-ts-impl

Methodasync_send_to
include/experimental/__net_ts/detail/reactive_socket_service.hpp:246
Methodasync_send_to
include/experimental/__net_ts/detail/null_socket_service.hpp:401
Functionasync_wait
include/experimental/__net_ts/basic_socket.hpp:1640
Functionasync_wait
include/experimental/__net_ts/basic_socket_acceptor.hpp:1074
Methodasync_wait
include/experimental/__net_ts/detail/reactive_socket_service_base.hpp:200
Methodasync_wait
include/experimental/__net_ts/detail/win_iocp_socket_service_base.hpp:217
Functionat_mark
Determine whether the socket is at the out-of-band data mark. * This function is used to check whether the socket input is currently * positioned a
include/experimental/__net_ts/basic_socket.hpp:551
Methodat_mark
Determine whether the socket is at the out-of-band data mark.
include/experimental/__net_ts/detail/winrt_ssocket_service_base.hpp:117
Methodat_mark
Determine whether the socket is at the out-of-band data mark.
include/experimental/__net_ts/detail/reactive_socket_service_base.hpp:114
Methodat_mark
Determine whether the socket is at the out-of-band data mark.
include/experimental/__net_ts/detail/win_iocp_socket_service_base.hpp:131
Methodauto_addrinfo
include/experimental/__net_ts/detail/resolver_service_base.hpp:86
Methodauto_handle
include/experimental/__net_ts/detail/win_iocp_io_context.hpp:245
Methodavailable
Determine the number of bytes available for reading.
include/experimental/__net_ts/detail/winrt_ssocket_service_base.hpp:125
Methodavailable
Determine the number of bytes available for reading.
include/experimental/__net_ts/detail/reactive_socket_service_base.hpp:121
Methodavailable
Determine the number of bytes available for reading.
include/experimental/__net_ts/detail/win_iocp_socket_service_base.hpp:138
Methodbarrier
include/experimental/__net_ts/detail/gcc_arm_fenced_block.hpp:57
Methodbarrier
include/experimental/__net_ts/detail/gcc_x86_fenced_block.hpp:57
Methodbarrier
include/experimental/__net_ts/detail/gcc_hppa_fenced_block.hpp:57
Methodbase_from_completion_cond
include/experimental/__net_ts/detail/base_from_completion_cond.hpp:33
Methodbase_from_completion_cond
include/experimental/__net_ts/detail/base_from_completion_cond.hpp:54
Methodbase_from_connect_condition
include/experimental/__net_ts/impl/connect.hpp:223
Methodbase_from_connect_condition
include/experimental/__net_ts/impl/connect.hpp:246
Methodbase_implementation_type
Default constructor.
include/experimental/__net_ts/detail/winrt_ssocket_service_base.hpp:51
Methodbasic_address_iterator
Construct an iterator that points to the specified address.
include/experimental/__net_ts/ip/address_v6_iterator.hpp:60
Methodbasic_address_iterator
Construct an iterator that points to the specified address.
include/experimental/__net_ts/ip/address_v4_iterator.hpp:59
Methodbasic_address_range
Construct an empty range.
include/experimental/__net_ts/ip/address_v4_range.hpp:44
Methodbasic_address_range
Construct an empty range.
include/experimental/__net_ts/ip/address_v6_range.hpp:45
Methodbasic_datagram_socket
Construct a basic_datagram_socket without opening it. * This constructor creates a datagram socket without opening it. The open() * function must b
include/experimental/__net_ts/basic_datagram_socket.hpp:71
Methodbasic_endpoint
Default constructor.
include/experimental/__net_ts/ip/basic_endpoint.hpp:62
Methodbasic_io_object
Construct a basic_io_object. * Performs: * @code get_service().construct(get_implementation()); @endcode */
include/experimental/__net_ts/basic_io_object.hpp:88
Methodbasic_io_object
include/experimental/__net_ts/basic_io_object.hpp:183
Methodbasic_resolver
Constructor. * This constructor creates a basic_resolver. * * @param io_context The io_context object that the resolver will use to * dispatc
include/experimental/__net_ts/ip/basic_resolver.hpp:90
Methodbasic_resolver_entry
Default constructor.
include/experimental/__net_ts/ip/basic_resolver_entry.hpp:50
Methodbasic_resolver_iterator
Default constructor creates an end iterator.
include/experimental/__net_ts/ip/basic_resolver_iterator.hpp:73
Methodbasic_resolver_query
Construct with specified service name for any protocol. * This constructor is typically used to perform name resolution for local * service binding
include/experimental/__net_ts/ip/basic_resolver_query.hpp:65
Methodbasic_resolver_results
Default constructor creates an empty range.
include/experimental/__net_ts/ip/basic_resolver_results.hpp:85
Functionbasic_socket_acceptor
Construct an acceptor without opening it. * This constructor creates an acceptor without opening it to listen for new * connections. The open() fun
include/experimental/__net_ts/basic_socket_acceptor.hpp:102
Methodbasic_socket_iostream
Construct a basic_socket_iostream without establishing a connection.
include/experimental/__net_ts/basic_socket_iostream.hpp:196
Methodbasic_socket_streambuf
Construct a basic_socket_streambuf without establishing a connection.
include/experimental/__net_ts/basic_socket_streambuf.hpp:193
Methodbasic_stream_socket
Construct a basic_stream_socket without opening it. * This constructor creates a stream socket without opening it. The socket * needs to be opened
include/experimental/__net_ts/basic_stream_socket.hpp:74
Methodbasic_waitable_timer
Constructor. * This constructor creates a timer without setting an expiry time. The * expires_at() or expires_after() functions must be called to s
include/experimental/__net_ts/basic_waitable_timer.hpp:175
Methodbegin
include/experimental/__net_ts/detail/consuming_buffers.hpp:65
Functionbind
Bind the acceptor to the given local endpoint. * This function binds the socket acceptor to the specified endpoint on the * local machine. *
include/experimental/__net_ts/basic_socket_acceptor.hpp:405
Methodbind
Bind the socket to the specified local endpoint.
include/experimental/__net_ts/detail/win_iocp_socket_service.hpp:236
Methodbind
Bind the socket to the specified local endpoint.
include/experimental/__net_ts/detail/winrt_ssocket_service.hpp:157
Methodbind
Bind the socket to the specified local endpoint.
include/experimental/__net_ts/detail/reactive_socket_service.hpp:152
Functionbind_executor
include/experimental/__net_ts/bind_executor.hpp:499
Methodbinder1
include/experimental/__net_ts/detail/bind_handler.hpp:39
Methodbinder2
include/experimental/__net_ts/detail/bind_handler.hpp:133
Methodbinder3
include/experimental/__net_ts/detail/bind_handler.hpp:234
Methodbinder4
include/experimental/__net_ts/detail/bind_handler.hpp:345
Methodbinder5
include/experimental/__net_ts/detail/bind_handler.hpp:466
Methodblock
Block all signals for the calling thread.
include/experimental/__net_ts/detail/posix_signal_blocker.hpp:56
Methodblock
Block all signals for the calling thread.
include/experimental/__net_ts/detail/null_signal_blocker.hpp:51
Methodboolean
Default constructor.
include/experimental/__net_ts/detail/socket_option.hpp:39
Methodbroadcast
Obtain an address object that represents the network's broadcast address.
include/experimental/__net_ts/ip/network_v4.hpp:117
Functionbuffer_copy_1
include/experimental/__net_ts/buffer.hpp:1732
Methodbuffer_debug_check
include/experimental/__net_ts/buffer.hpp:514
Functionbuffer_dup
include/experimental/__net_ts/detail/winrt_utils.hpp:84
Methodbuffer_sequence_adapter
include/experimental/__net_ts/detail/buffer_sequence_adapter.hpp:110
Methodbuffer_sequence_adapter
include/experimental/__net_ts/detail/buffer_sequence_adapter.hpp:217
Methodbuffer_sequence_adapter
include/experimental/__net_ts/detail/buffer_sequence_adapter.hpp:269
Methodbuffer_sequence_adapter
include/experimental/__net_ts/detail/buffer_sequence_adapter.hpp:321
Methodbuffer_sequence_adapter
include/experimental/__net_ts/detail/buffer_sequence_adapter.hpp:378
Methodbuffers
include/experimental/__net_ts/detail/buffer_sequence_adapter.hpp:224
Methodbuffers
include/experimental/__net_ts/detail/buffer_sequence_adapter.hpp:276
Methodbuffers
include/experimental/__net_ts/detail/buffer_sequence_adapter.hpp:329
Methodbuffers
include/experimental/__net_ts/detail/buffer_sequence_adapter.hpp:386
Functionbuffers_begin
include/experimental/__net_ts/buffers_iterator.hpp:487
Functionbuffers_end
include/experimental/__net_ts/buffers_iterator.hpp:495
Methodbuffers_iterator
Default constructor. Creates an iterator in an undefined state.
include/experimental/__net_ts/buffers_iterator.hpp:140
Functionbuffers_iterator operator+
Addition operator.
include/experimental/__net_ts/buffers_iterator.hpp:254
Functionbuffers_iterator operator-
Subtraction operator.
include/experimental/__net_ts/buffers_iterator.hpp:272
Methodbytes_readable
Default constructor.
include/experimental/__net_ts/detail/io_control.hpp:36
Methodcan_dispatch
Return whether a handler can be dispatched immediately.
include/experimental/__net_ts/detail/win_iocp_io_context.hpp:112
Functioncancel
Cancel all asynchronous operations associated with the acceptor. * This function causes all outstanding asynchronous connect, send and receive * op
include/experimental/__net_ts/basic_socket_acceptor.hpp:603
Methodcancel
Cancel any asynchronous operations that are waiting on the timer. * This function forces the completion of any pending asynchronous wait * operatio
include/experimental/__net_ts/basic_waitable_timer.hpp:290
Methodcancel
Cancel any asynchronous wait operations associated with the timer.
include/experimental/__net_ts/detail/deadline_timer_service.hpp:135
Methodcancel
Cancel all operations associated with the socket.
include/experimental/__net_ts/detail/winrt_ssocket_service_base.hpp:109
Methodcancel
Cancel all operations associated with the socket.
include/experimental/__net_ts/detail/null_socket_service.hpp:141
Methodcancel
Cancel pending asynchronous operations.
include/experimental/__net_ts/detail/winrt_resolver_service.hpp:104
Methodcancel_one
Cancels one asynchronous operation that is waiting on the timer. * This function forces the completion of one pending asynchronous wait * operation
include/experimental/__net_ts/basic_waitable_timer.hpp:322
Methodcancel_one
Cancels one asynchronous wait operation associated with the timer.
include/experimental/__net_ts/detail/deadline_timer_service.hpp:153
Methodcancel_timer
Cancel and dequeue operations for the given timer.
include/experimental/__net_ts/detail/timer_queue.hpp:178
Methodcanonical
Obtain the true network address, omitting any host bits.
include/experimental/__net_ts/ip/network_v4.hpp:126
Methodcanonical
Obtain the true network address, omitting any host bits.
include/experimental/__net_ts/ip/network_v6.hpp:110
Methodcapacity
Get the current capacity of the dynamic buffer. * @returns The current total capacity of the buffer, i.e. for both the input * sequence and output
include/experimental/__net_ts/buffer.hpp:1559
Methodcapacity
Get the capacity of the endpoint in the native type.
include/experimental/__net_ts/ip/basic_endpoint.hpp:161
Functioncatch
include/experimental/__net_ts/impl/use_future.hpp:48
Methodcatch
include/experimental/__net_ts/impl/use_future.hpp:192
Methodcbegin
Obtain a begin iterator for the results range.
include/experimental/__net_ts/ip/basic_resolver_results.hpp:264
Methodcend
Obtain an end iterator for the results range.
include/experimental/__net_ts/ip/basic_resolver_results.hpp:270
Methodcheck_condition
include/experimental/__net_ts/impl/connect.hpp:251
Methodcheck_for_completion
include/experimental/__net_ts/detail/base_from_completion_cond.hpp:58
Methodclear
include/experimental/__net_ts/detail/std_event.hpp:96
Methodclear
include/experimental/__net_ts/detail/posix_event.hpp:93
Methodclear
include/experimental/__net_ts/detail/win_event.hpp:90
Methodclear
Reset the event.
include/experimental/__net_ts/detail/conditionally_enabled_event.hpp:81
Methodclear
include/experimental/__net_ts/detail/null_event.hpp:70
Functionclose
Close the acceptor. * This function is used to close the acceptor. Any asynchronous accept * operations will be cancelled immediately. * * A
include/experimental/__net_ts/basic_socket_acceptor.hpp:497
← previousnext →301–400 of 1,370, ranked by callers