boost::msm::backmp11::default_state_machine_config
Default state machine configuration.
Synopsis
Declared in <boost/msm/backmp11/state_machine_config.hpp>
struct default_state_machine_config;
Type Aliases
Name |
Description |
Optimizes for runtime speed or compile time. Defaults to |
|
Sets up a context accessible by all (sub‐)machines in hierarchical state machines. Defaults to |
|
Configures the event pool. Defaults to |
|
Type of the Fsm parameter passed in actions and guards. Defaults to |
|
Sets up an observer for monitoring state machine activities. |
|
Identifies the upper‐most machine in hierarchical state machines. Defaults to |
Created with MrDocs