|
CppGraph Application Framework©
Copyright © 2004-202x Geoff Goldberg
|
A state-machine completed message is broadcast by a final state, when it is entered. More...
#include <state_machine_completed_message.h>
Inherits node.
Public Member Functions | |
| cppgraph::node_handle_t< cppgraph ::state_machine > | get_state_machine_child () const |
[auto-generated] cppgraph :: state_machine child node access. More... | |
| cppgraph::node_handle_t< cppgraph ::state_machine > | set_state_machine_child (cppgraph::node_handle_t< cppgraph ::state_machine > const &h_state_machine) |
[auto-generated] Replaces the child node whose class is or derived from, cppgraph :: state_machine . More... | |
Protected Member Functions | |
| state_machine_completed_message (node_handle_t< state_machine > const &h_state_machine) | |
| Construction. More... | |
A state-machine completed message is broadcast by a final state, when it is entered.
|
protected |
Construction.
| h_state_machine | Node to set as this node's state machine child node. |
|
inline |
[auto-generated] cppgraph :: state_machine child node access.
cppgraph :: state_machine child node. It is guaranteed not to be nullptr. | exception | There is no cppgraph :: state_machine child node. |
| exception | There is more than one cppgraph :: state_machine child node. |
|
inline |
[auto-generated] Replaces the child node whose class is or derived from, cppgraph :: state_machine .
| h_state_machine | Handle to a node to replace the existing node. |
nullptr. | exception | There is no existing node whose type is of or derived from cppgraph :: state_machine . |
| exception | There is more than 1 existing node whose type is of or derived from cppgraph :: state_machine . |
| exception | h_state_machine is nullptr. |
1.8.14