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