Go to the documentation of this file.
9 #ifndef RAD_ACTION_CALLBACK_HPP
10 #define RAD_ACTION_CALLBACK_HPP
42 #endif // RAD_ACTION_CALLBACK_HPP
Exception classes header file.
ActionCallback & operator=(const ActionCallback &)=delete
Disable copy constructor.
AnyEvent class header file.
Definition: assert.cpp:13
ActionCallback(const std::string id, std::function< void(scxml4cpp::Context *c)> action_method)
Definition: actionCallback.cpp:20
ActionCallback(const ActionCallback &)=delete
SMEvent class header file.
void execute(scxml4cpp::Context *c)
Definition: actionCallback.cpp:33
bool evaluate(scxml4cpp::Context *c)
Definition: actionCallback.cpp:57
Definition: actionCallback.hpp:26