actor-framework
Public Types | Public Member Functions | Public Attributes | Related Functions | List of all members
caf::actor_config Class Reference

Stores spawn-time settings and flags. More...

#include <actor_config.hpp>

Collaboration diagram for caf::actor_config:
Collaboration graph
[legend]

Public Types

using init_fun_type = detail::unique_function< behavior(local_actor *)>
 

Public Member Functions

 actor_config (scheduler *sched=nullptr, local_actor *parent=nullptr)
 
actor_configadd_flag (int x)
 

Public Attributes

schedulersched
 
local_actorparent
 
int flags = 0
 
detail::unique_function< behavior(local_actor *)> init_fun
 
detail::mailbox_factorymbox_factory = nullptr
 

Related Functions

(Note that these are not member functions.)

CAF_CORE_EXPORT std::string to_string (const actor_config &x)
 

Detailed Description

Stores spawn-time settings and flags.

Friends And Related Function Documentation

◆ to_string()

CAF_CORE_EXPORT std::string to_string ( const actor_config x)
related

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