| Ccaf::abstract_composable_behavior_mixin< T > | |
| ►Ccaf::abstract_channel | Interface for all message receivers |
| ►Ccaf::abstract_actor | Base class for all actor implementations |
| ►Ccaf::monitorable_actor | Base class for all actor implementations |
| Ccaf::actor_pool | An actor poool is a lightweight abstraction for a set of workers |
| ►Ccaf::actor_proxy | Represents an actor running on a remote machine, or different hardware, or in a separate process |
| Ccaf::forwarding_actor_proxy | Implements a simple proxy forwarding all operations to a manager |
| ►Ccaf::local_actor | Base class for actors running on this node, either living in an own thread or cooperatively scheduled |
| Ccaf::actor_companion | An co-existing forwarding all messages through a user-defined callback to another object, thus serving as gateway to allow any object to interact with other actors |
| Ccaf::blocking_actor | A thread-mapped or context-switching actor using a blocking receive rather than a behavior-stack based message processing |
| Ccaf::event_based_actor | A cooperatively scheduled, event-based actor implementation |
| ►Ccaf::io::abstract_broker | A broker mediates between actor systems and other components in the network |
| Ccaf::io::broker | Describes a dynamically typed broker |
| Ccaf::typed_event_based_actor< Sigs > | A cooperatively scheduled, event-based actor implementation with static type-checking |
| Ccaf::abstract_group | A multicast group |
| Ccaf::abstract_composable_behavior | Marker type that allows CAF to spawn actors from composable states |
| Ccaf::abstract_composable_behavior_mixin< MPI > | Generates an interface class that provides operator() |
| Ccaf::abstract_group::module | Interface for user-defined multicast implementations |
| Ccaf::actor | Identifies an untyped actor |
| Ccaf::actor_addr | Stores the address of typed as well as untyped actors |
| Ccaf::actor_control_block | Actors are always allocated with a control block that stores its identity as well as strong and weak reference counts to it |
| Ccaf::actor_ostream | Provides support for thread-safe output operations on character streams |
| Ccaf::actor_registry | A registry is used to associate actors to IDs or atoms (names) |
| ►Ccaf::actor_system::module | An (optional) component of the actor system |
| Ccaf::io::middleman | Manages brokers and network backends |
| Ccaf::actor_system_config | Configures an actor_system on startup |
| Ccaf::arraybuf< CharT, Traits > | A streambuffer abstraction over a fixed array of bytes |
| Ccaf::atom_constant< V > | Lifts an atom_value to a compile-time constant |
| Ccaf::attachable | Callback utility class |
| Ccaf::attachable::token | Represents a pointer to a value with its subtype as type ID number |
| Ccaf::behavior | Describes the behavior of an actor, i.e., provides a message handler and an optional timeout |
| Ccaf::callback< Ts > | Describes a simple callback, usually implemented via lambda expression |
| Ccaf::composable_behavior< TypedActor > | Base type for composable actor states |
| Ccaf::config_option | Helper class to generate config readers for different input types |
| Ccaf::config_option::type_name_visitor | Returns a human-readable type name for the visited type |
| Ccaf::containerbuf< Container > | A streambuffer abstraction over a contiguous container |
| Ccaf::continue_helper | Helper class to enable users to add continuations when dealing with synchronous sends |
| Ccaf::data_processor< Derived > | A data processor translates an object into a format that can be stored or vice versa |
| Ccaf::delegated< Ts > | Helper class to indicate that a request has been forwarded |
| Ccaf::down_msg | Sent to all actors monitoring an actor when it is terminated |
| Ccaf::duration | Time duration consisting of a time_unit and a 64 bit unsigned integer |
| Ccaf::error | A serializable type for storing error codes with category and optional, human-readable context information |
| ►Ccaf::execution_unit | Identifies an execution unit, e.g., a worker thread of the scheduler |
| ►Ccaf::io::network::multiplexer | Low-level backend for IO multiplexing |
| Ccaf::io::network::asio_multiplexer | A wrapper for the boost::asio multiplexer |
| Ccaf::scoped_execution_unit | Identifies an execution unit, e.g., a worker thread of the scheduler |
| Ccaf::exit_msg | Sent to all links when an actor is terminated |
| Ccaf::extend< Base, Derived > | Allows convenient definition of types using mixins |
| Ccaf::function_view< Actor > | A function view for an actor hides any messaging from the caller |
| Ccaf::group_down_msg | Sent to all members of a group when it goes offline |
| Ccaf::handle< Subtype, InvalidType, InvalidId > | Base class for IO handles such as accept_handle or connection_handle |
| Ccaf::illegal_message_element | Marker class identifying classes in CAF that are not allowed to be used as message element |
| Ccaf::index_mapping | Marker for representing placeholders at runtime |
| Ccaf::infer_handle_from_class< T, bool > | Deduces actor for dynamically typed actors, otherwise typed_actor<...> is deduced |
| Ccaf::infer_handle_from_fun< F, Trait > | Deduces an actor handle type from a function or function object |
| Ccaf::infinite_t | Represents an infinite amount of timeout for specifying "invalid" timeouts |
| Ccaf::intrusive_ptr< T > | An intrusive, reference counting smart pointer implementation |
| Ccaf::invalid_node_id_t | Objects of this type identify an invalid node_id |
| Ccaf::io::acceptor_closed_msg | Signalizes that a broker acceptor has been closed |
| ►Ccaf::io::broker_servant< Base, Handle, SysMsgType > | Base class for scribe and doorman |
| Ccaf::io::doorman | Manages incoming connections |
| Ccaf::io::scribe | Manages a stream |
| Ccaf::io::connection_closed_msg | Signalizes that a broker connection has been closed |
| Ccaf::io::data_transferred_msg | Signalizes that a certain amount of bytes has been written |
| Ccaf::io::hook | Interface to define hooks into the IO layer |
| Ccaf::io::network::asio_acceptor< SocketAcceptor > | An acceptor is responsible for accepting incoming connections |
| Ccaf::io::network::asio_stream< Socket > | A stream capable of both reading and writing |
| ►Ccaf::io::network::event_handler | A socket I/O event handler |
| Ccaf::io::network::acceptor | An acceptor is responsible for accepting incoming connections |
| Ccaf::io::network::pipe_reader | An event handler for the internal event pipe |
| Ccaf::io::network::stream | A stream capable of both reading and writing |
| Ccaf::io::network::interfaces | Utility class bundling access to network interface names and addresses |
| Ccaf::io::network::multiplexer::supervisor | Makes sure the multipler does not exit its event loop until the destructor of supervisor has been called |
| Ccaf::io::new_connection_msg | Signalizes a newly accepted connection from a broker |
| Ccaf::io::new_data_msg | Signalizes newly arrived data for a broker |
| Ccaf::is_same_ish< T, U > | Compares T to U und evaluates to true_type if either `T == U or if T and U are both integral types of the same size and signedness |
| Ccaf::is_typed_actor< T > | Evaluates to true if T is a typed_actor<...> |
| Ccaf::logger | Centrally logs events from all actors in an actor system |
| ►Ccaf::memory_managed | This base enables derived classes to enforce a different allocation strategy than new/delete by providing a virtual protected request_deletion() function and non-public destructor |
| ►Ccaf::ref_counted | Base class for reference counted objects with an atomic reference count |
| Ccaf::abstract_group | A multicast group |
| ►Ccaf::io::network::manager | A manager configures an IO device and provides callbacks for various IO operations |
| Ccaf::io::network::acceptor_manager | An acceptor manager configures an acceptor and provides callbacks for incoming connections as well as for error handling |
| Ccaf::io::network::stream_manager | A stream manager configures an IO stream and provides callbacks for incoming data as well as for error handling |
| Ccaf::io::network::multiplexer::runnable | Simple wrapper for runnables |
| Ccaf::message | Describes a fixed-length, copy-on-write, type-erased tuple with elements of any type |
| Ccaf::message::cli_arg | Stores the name of a command line option ("<long name>[,<short name>]") along with a description and a callback |
| Ccaf::message::cli_res | Stores the result of message::extract_opts |
| Ccaf::message_builder | Provides a convenient interface for createing message objects from a series of values using the member function append |
| Ccaf::message_handler | A partial function implementation used to process a message |
| Ccaf::message_id | Denotes whether a message is asynchronous or synchronous |
| Ccaf::mixin::behavior_changer< Base, Derived > | A behavior_changer is an actor that supports self->become(...) and self->unbecome() |
| Ccaf::mixin::requester< Base, Subtype > | A requester is an actor that supports `self->request(...) |
| Ccaf::mixin::sender< Base, Subtype > | A sender is an actor that supports self->send(...) |
| Ccaf::node_id | A node ID consists of a host ID and process ID |
| Ccaf::none_t | Represents "nothing", e.g., for clearing an optional by assigning none |
| Ccaf::optional< T > | A since C++17 compatible optional implementation |
| Ccaf::optional< T & > | Template specialization to allow optional to hold a reference rather than an actual value with minimal overhead |
| Ccaf::param< T > | Represents a message handler parameter of type T and guarantees copy-on-write semantics |
| Ccaf::param_decay< T > | Convenience struct for remove_param<std::decay<T>> |
| Ccaf::policy::profiled< Policy > | An enhancement of CAF's scheduling policy which records fine-grained resource utiliziation for worker threads and actors in the parent coordinator of the workers |
| ►Ccaf::policy::scheduler_policy | This concept class describes a policy for worker and coordinator of the scheduler |
| Ccaf::policy::work_sharing | Implements scheduling of actors via work sharing (central job queue) |
| Ccaf::policy::work_stealing | Implements scheduling of actors via work stealing |
| Ccaf::policy::scheduler_policy::coordinator_data | Policy-specific data fields for the coordinator |
| Ccaf::policy::scheduler_policy::worker_data | Policy-specific data fields for the worker |
| ►Ccaf::policy::unprofiled | This class is intended to be used as a base class for actual polices |
| Ccaf::policy::work_sharing | Implements scheduling of actors via work sharing (central job queue) |
| Ccaf::policy::work_stealing | Implements scheduling of actors via work stealing |
| Ccaf::proxy_registry | Groups a (distributed) set of actors and allows actors in the same namespace to exchange messages |
| Ccaf::proxy_registry::backend | Responsible for creating proxy actors |
| Ccaf::ratio_to_time_unit_helper< Num, Denom > | Converts the ratio Num/Denom to a time_unit if the ratio describes seconds, milliseconds, microseconds, or minutes |
| Ccaf::remove_param< T > | Unpacks param<T> to T |
| Ccaf::response_handle< Self, Output, IsBlocking > | This helper class identifies an expected response message and enables request(...).then(...) |
| Ccaf::response_promise | A response promise can be used to deliver a uniquely identifiable response message from the server (i.e |
| ►Ccaf::resumable | A cooperatively executed task managed by one or more instances of execution_unit |
| Ccaf::io::network::multiplexer::runnable | Simple wrapper for runnables |
| Ccaf::local_actor | Base class for actors running on this node, either living in an own thread or cooperatively scheduled |
| Ccaf::scoped_actor | A scoped handle to a blocking actor |
| Ccaf::select_callback< F, Args > | Utility class for selecting a callback_impl |
| Ccaf::skip_t | |
| Ccaf::spawn_options | Stores options passed to the spawn function family |
| ►Ccaf::stateful_actor< State, Base > | An event-based actor with managed state |
| Ccaf::composable_behavior_based_actor< State, Base > | Implementation class for spawning composable states directly as actors |
| Ccaf::sync_timeout_msg | Sent whenever a timeout occurs during a synchronous send |
| Ccaf::timeout_msg | Signalizes a timeout event |
| Ccaf::type_erased_tuple | Represents a tuple of type-erased values |
| ►Ccaf::type_erased_value | Represents a single type-erased value |
| Ccaf::type_erased_value_impl< T > | |
| Ccaf::type_nr< T, IsIntegral > | Computes the type number for T |
| Ccaf::typed_actor< Sigs > | Identifies a statically typed actor |
| Ccaf::typed_response_promise< Ts > | A response promise can be used to deliver a uniquely identifiable response message from the server (i.e |
| Ccaf::unbox_message_element< T, IsPlaceholderRes > | Unboxes atom constants, i.e., converts atom_constant<V> to V |
| Ccaf::unit_t | Unit is analogous to void, but can be safely returned, stored, etc |
| Ccaf::unsafe_actor_handle_init_t | Tag type to select the unsafe constructor of actor handles |
| Ccaf::variant< Ts > | A variant represents always a valid value of one of the types Ts... |
| Ccaf::weak_intrusive_ptr< T > | An intrusive, reference counting smart pointer implementation |
| ►Ccaf::callback< Ts...> | |
| Ccaf::callback_impl< F, Ts > | Utility class for wrapping a function object of type Base |
| ►Ccaf::data_processor< deserializer > | |
| ►Ccaf::deserializer | Technology-independent deserialization interface |
| Ccaf::stream_deserializer< Streambuf > | Implements the deserializer interface with a binary serialization protocol |
| ►Ccaf::data_processor< serializer > | |
| ►Ccaf::serializer | Technology-independent serialization interface |
| Ccaf::stream_serializer< Streambuf > | Implements the serializer interface with a binary serialization protocol |
| ►Ccaf::handle< accept_handle, invalid_accept_handle_t > | |
| Ccaf::io::accept_handle | Generic handle type for managing incoming connections |
| ►Ccaf::handle< connection_handle, invalid_connection_handle_t > | |
| Ccaf::io::connection_handle | Generic handle type for identifying connections |
| Ccaf::intrusive_ptr< abstract_group > | |
| Ccaf::intrusive_ptr< actor_control_block > | |
| Ccaf::intrusive_ptr< caf::io::doorman > | |
| Ccaf::intrusive_ptr< caf::io::scribe > | |
| Ccaf::intrusive_ptr< caf::ref_counted > | |
| Ccaf::intrusive_ptr< data > | |
| Ccaf::intrusive_ptr< detail::behavior_impl > | |
| Ccaf::intrusive_ptr< manager_type > | |
| Ccaf::intrusive_ptr< stream_manager > | |
| Ccaf::optional< caf::response_promise > | |
| ►Ccaf::stateful_actor< basp_broker_state, broker > | |
| Ccaf::io::basp_broker | A broker implementation for the Binary Actor System Protocol (BASP) |
| ►Cstd::exception | STL class |
| ►Ccaf::caf_exception | Base class for exceptions |
| Ccaf::actor_exited | Thrown if an actor finished execution |
| ►Ccaf::network_error | Thrown to indicate that either an actor publishing failed or the middleman was unable to connect to a remote host |
| Ccaf::bind_failure | Thrown to indicate that an actor publishing failed because the requested port could not be used |
| Ccaf::typed_actor< Ts...> | |
| Ccaf::weak_intrusive_ptr< actor_control_block > | |