boost::msm::backmp11::visit_mode
Selector for the visit mode (see state_machine::visit).
Members
Name |
Description |
|
Visit only active states (mutually exclusive with all_states). |
|
Visit all states (mutually exclusive with active_states). |
|
Visit states recursively (not set == not recursive). |
|
|
|
|
|
|
|
Created with MrDocs