Global namespace
boost::msm namespace
boost::msm::backmp11 namespace
Types
Name |
Description |
Default observer for state machine activities. Defines no‐op hooks for all observable activities. |
|
Default state machine configuration. |
|
Defines the container type and inline storage for the event pool (see |
|
Optimizes for compile time (see |
|
Optimizes for runtime speed (see |
|
Fold flags with a logical AND operation (see |
|
Fold flags with a logical OR operation (see |
|
Passes the immediate parent machine as |
|
No context is configured (see |
|
No derived is configured. See |
|
Deactivates the event pool (see |
|
No observer is configured (see |
|
No root state machine is configured (see |
|
Wrapper for an observer reference whose lifetime is managed externally. |
|
Default event when starting a state machine (see |
|
Back‐end for a state machine. |
|
Default event when stopping a state machine (see |
Type Aliases
Name |
Description |
Alias for |
Enums
Name |
Description |
Describes the state of the state machine. |
|
Return type of |
|
Selector for the visit mode (see |
boost::msm::backmp11::dispatch_strategy namespace
boost::msm::front namespace
Types
Name |
Description |
Shallow history for all entry events. For deep history use this policy in all contained state machines. |
|
No history (default). |
|
Shallow history. For deep history use this policy in all contained state machines. |
Created with MrDocs