MCPcopy Create free account

hub / github.com/benkuper/Chataigne / types & classes

Types & classes3,131 in github.com/benkuper/Chataigne

↓ 76 callersEnumasio_handler_invoke_is_no_longer_used
Places in asio that would have previously called the invocation hook to execute a handler, now call it only to check whether the result type is this t
External/asio/asio/handler_invoke_hook.hpp:71
↓ 76 callersClasserror_code
Class to represent an error code value.
External/asio/asio/error_code.hpp:80
↓ 37 callersEnumasio_handler_allocate_is_no_longer_used
Places in asio that would have previously called the allocate or deallocate hooks to manage memory, now call them only to check whether the result typ
External/asio/asio/handler_alloc_hook.hpp:32
↓ 37 callersEnumasio_handler_deallocate_is_no_longer_used
External/asio/asio/handler_alloc_hook.hpp:33
↓ 23 callersClasshandler
External/asio/asio/execution/blocking_adaptation.hpp:629
↓ 9 callersEnumtype
External/asio/asio/serial_port_base.hpp:94
↓ 8 callersClassaddress_v4
Implements IP version 4 style addresses. * The asio::ip::address_v4 class provides the ability to use and * manipulate IP version 4 addresses. * *
External/asio/asio/ip/address_v4.hpp:45
↓ 8 callersClassoutstanding_work_t
A property to describe whether task submission is likely in the future.
External/asio/asio/execution/outstanding_work.hpp:40
↓ 6 callersClassblocking_t
A property to describe what guarantees an executor makes about the blocking behaviour of their execution functions.
External/asio/asio/execution/blocking.hpp:44
↓ 6 callersClassdefault_connect_condition
External/asio/asio/impl/connect.hpp:38
↓ 6 callersClassendpoint
Helper class for implementating an IP endpoint.
External/asio/asio/ip/detail/endpoint.hpp:32
↓ 6 callersEnumflags
External/asio/asio/ip/resolver_base.hpp:62
↓ 6 callersClassinitiate_async_move_accept
External/asio/asio/basic_socket_acceptor.hpp:2451
↓ 6 callersClasssystem_error
The system_error class is used to represent system conditions that prevent the library from operating correctly.
External/asio/asio/system_error.hpp:42
↓ 5 callersClassmutable_buffer
External/asio/asio/buffer.hpp:70
↓ 4 callersClassinitiate_async_resolve
External/asio/asio/ip/basic_resolver.hpp:980
↓ 4 callersClassnative_handle_type
External/asio/asio/detail/win_iocp_socket_service.hpp:65
↓ 4 callersClassrelationship_t
A property to describe whether submitted tasks represent continuations of the calling context.
External/asio/asio/execution/relationship.hpp:41
↓ 3 callersClassCharacteristicBuilder
* @brief Helper class to build a Characteristic object. * * @details This class provides access to the protected properties of Characteristic *
External/simpleble2/src/builders/CharacteristicBuilder.h:19
↓ 3 callersClassServiceBuilder
* @brief Helper class to build a Service object. * * @details This class provides access to the protected properties of Service * and acts
External/simpleble2/src/builders/ServiceBuilder.h:17
↓ 3 callersClassaddress_v6
Implements IP version 6 style addresses. * The asio::ip::address_v6 class provides the ability to use and * manipulate IP version 6 addresses. * *
External/asio/asio/ip/address_v6.hpp:47
↓ 3 callersClasscontext
External/asio/asio/ssl/context.hpp:35
↓ 3 callersClassexecutor_arg_t
A special type, similar to std::nothrow_t, used to disambiguate constructors that accept executor arguments. * The executor_arg_t struct is an empty s
External/asio/asio/uses_executor.hpp:34
↓ 3 callersClassinitiate_async_receive
External/asio/asio/basic_stream_socket.hpp:1014
↓ 3 callersClassinitiate_async_send
External/asio/asio/basic_stream_socket.hpp:980
↓ 3 callersClassnetwork_v4
Represents an IPv4 network. * The asio::ip::network_v4 class provides the ability to use and * manipulate IP version 4 networks. * * @par Thread Sa
External/asio/asio/ip/network_v4.hpp:39
↓ 3 callersClassthread
A simple abstraction for starting threads. * The asio::thread class implements the smallest possible subset of the * functionality of boost::thread.
External/asio/asio/thread.hpp:48
↓ 2 callersClassDescriptorBuilder
* @brief Helper class to build a Descriptor object. * * @details This class provides access to the protected properties of Descriptor * an
External/simpleble2/src/builders/DescriptorBuilder.h:16
↓ 2 callersClassService
External/abletonlink/include/ableton/discovery/Service.hpp:30
↓ 2 callersClassTimeout
! * Structure for setting the timeout of the serial port, times are * in milliseconds. * * In order to disable the interbyte timeout, set it to Ti
External/serial/include/serial/serial.h:98
↓ 2 callersClassaddress
External/asio/asio/ts/netfwd.hpp:210
↓ 2 callersClassallowed_t
External/asio/asio/execution/blocking_adaptation.hpp:159
↓ 2 callersClassalways_t
External/asio/asio/execution/blocking.hpp:192
↓ 2 callersClassany_executor_base
External/asio/asio/execution/any_executor.hpp:484
↓ 2 callersClassawaitable_frame_tag
External/asio/asio/detail/thread_info_base.hpp:44
↓ 2 callersClasscontinuation_t
External/asio/asio/execution/relationship.hpp:152
↓ 2 callersClassdefault_tag
External/asio/asio/detail/thread_info_base.hpp:39
↓ 2 callersClassdetached_handler
Class to adapt a detached_t as a completion handler.
External/asio/asio/impl/detached.hpp:28
↓ 2 callersClassdetached_t
Class used to specify that an asynchronous operation is detached. * The detached_t class is used to indicate that an asynchronous operation is * deta
External/asio/asio/detached.hpp:38
↓ 2 callersClassdisallowed_t
External/asio/asio/execution/blocking_adaptation.hpp:158
↓ 2 callersClassfork_t
External/asio/asio/execution/relationship.hpp:151
↓ 2 callersClasshandshake_op
External/asio/asio/ssl/detail/handshake_op.hpp:28
↓ 2 callersClassinitiate_async_accept
External/asio/asio/basic_socket_acceptor.hpp:2417
↓ 2 callersClassinitiate_async_receive
External/asio/asio/basic_raw_socket.hpp:1133
↓ 2 callersClassinitiate_async_receive
External/asio/asio/basic_datagram_socket.hpp:1142
↓ 2 callersClassinitiate_async_receive_from
External/asio/asio/basic_raw_socket.hpp:1167
↓ 2 callersClassinitiate_async_receive_from
External/asio/asio/basic_datagram_socket.hpp:1176
↓ 2 callersClassinitiate_async_receive_with_flags
External/asio/asio/basic_seq_packet_socket.hpp:721
↓ 2 callersClassinitiate_async_send
External/asio/asio/basic_raw_socket.hpp:1065
↓ 2 callersClassinitiate_async_send
External/asio/asio/basic_datagram_socket.hpp:1074
↓ 2 callersClassinitiate_async_send_to
External/asio/asio/basic_raw_socket.hpp:1099
↓ 2 callersClassinitiate_async_send_to
External/asio/asio/basic_datagram_socket.hpp:1108
↓ 2 callersClassinitiate_dispatch
External/asio/asio/impl/dispatch.hpp:31
↓ 2 callersClassinitiate_post
External/asio/asio/impl/post.hpp:33
↓ 2 callersClassmutable_buffer
External/asio/asio/detail/is_buffer_sequence.hpp:25
↓ 2 callersClassnetwork_v6
Represents an IPv6 network. * The asio::ip::network_v6 class provides the ability to use and * manipulate IP version 6 networks. * * @par Thread Sa
External/asio/asio/ip/network_v6.hpp:39
↓ 2 callersClassnever_t
External/asio/asio/execution/blocking.hpp:193
↓ 2 callersClassnew_thread_t
External/asio/asio/execution/mapping.hpp:186
↓ 2 callersClassnull_event
External/asio/asio/detail/null_event.hpp:26
↓ 2 callersClassother_t
External/asio/asio/execution/mapping.hpp:187
↓ 2 callersClassparallel_t
External/asio/asio/execution/bulk_guarantee.hpp:191
↓ 2 callersClasspossibly_t
External/asio/asio/execution/blocking.hpp:191
↓ 2 callersClasssequenced_t
External/asio/asio/execution/bulk_guarantee.hpp:190
↓ 2 callersClassshutdown_op
External/asio/asio/ssl/detail/shutdown_op.hpp:28
↓ 2 callersClassthread_t
External/asio/asio/execution/mapping.hpp:185
↓ 2 callersClasstracked_t
External/asio/asio/execution/outstanding_work.hpp:153
↓ 2 callersClasstracker
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: tracker :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
External/posistagenet/include/psn_defs.hpp:84
↓ 2 callersClasstransfer_all_t
External/asio/asio/completion_condition.hpp:45
↓ 2 callersClassunsequenced_t
External/asio/asio/execution/bulk_guarantee.hpp:189
↓ 2 callersClassuntracked_t
External/asio/asio/execution/outstanding_work.hpp:152
↓ 1 callersClassNodeId
External/abletonlink/include/ableton/link/NodeId.hpp:35
↓ 1 callersClassWebComp
Source/UI/WelcomeScreen.h:23
↓ 1 callersClassaddress
Implements version-independent IP addresses. * The asio::ip::address class provides the ability to use either IP * version 4 or version 6 addresses.
External/asio/asio/ip/address.hpp:46
↓ 1 callersClassaddress_v4
External/asio/asio/ts/netfwd.hpp:212
↓ 1 callersClassawaitable
External/asio/asio/awaitable.hpp:50
↓ 1 callersClasscleanup
External/asio/asio/execution/blocking_adaptation.hpp:617
↓ 1 callersClassconst_buffer
External/asio/asio/detail/is_buffer_sequence.hpp:26
↓ 1 callersClassfloat3
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: float3 ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
External/posistagenet/include/psn_defs.hpp:72
↓ 1 callersClassinfo_t
External/posistagenet/include/psn_decoder.hpp:43
↓ 1 callersClassinitiate_async_buffered_handshake
External/asio/asio/ssl/stream.hpp:760
↓ 1 callersClassinitiate_async_connect
External/asio/asio/basic_socket.hpp:1814
↓ 1 callersClassinitiate_async_handshake
External/asio/asio/ssl/stream.hpp:728
↓ 1 callersClassinitiate_async_read_some
External/asio/asio/basic_serial_port.hpp:860
↓ 1 callersClassinitiate_async_read_some
External/asio/asio/windows/basic_stream_handle.hpp:432
↓ 1 callersClassinitiate_async_read_some
External/asio/asio/posix/basic_stream_descriptor.hpp:430
↓ 1 callersClassinitiate_async_read_some
External/asio/asio/ssl/stream.hpp:859
↓ 1 callersClassinitiate_async_read_some_at
External/asio/asio/windows/basic_random_access_handle.hpp:448
↓ 1 callersClassinitiate_async_send
External/asio/asio/basic_seq_packet_socket.hpp:687
↓ 1 callersClassinitiate_async_shutdown
External/asio/asio/ssl/stream.hpp:796
↓ 1 callersClassinitiate_async_wait
External/asio/asio/basic_signal_set.hpp:531
↓ 1 callersClassinitiate_async_wait
External/asio/asio/basic_waitable_timer.hpp:769
↓ 1 callersClassinitiate_async_wait
External/asio/asio/basic_socket.hpp:1857
↓ 1 callersClassinitiate_async_wait
External/asio/asio/basic_deadline_timer.hpp:650
↓ 1 callersClassinitiate_async_wait
External/asio/asio/basic_socket_acceptor.hpp:2385
↓ 1 callersClassinitiate_async_wait
External/asio/asio/windows/basic_object_handle.hpp:391
↓ 1 callersClassinitiate_async_wait
External/asio/asio/posix/basic_descriptor.hpp:656
↓ 1 callersClassinitiate_async_write_some
External/asio/asio/basic_serial_port.hpp:827
↓ 1 callersClassinitiate_async_write_some
External/asio/asio/windows/basic_stream_handle.hpp:399
↓ 1 callersClassinitiate_async_write_some
External/asio/asio/posix/basic_stream_descriptor.hpp:397
↓ 1 callersClassinitiate_async_write_some
External/asio/asio/ssl/stream.hpp:827
next →1–100 of 3,131, ranked by callers