9 #ifndef RAD_GUARD_CALLBACK_HPP
10 #define RAD_GUARD_CALLBACK_HPP
AnyEvent class header file.
Definition: guardCallback.hpp:24
GuardCallback(const GuardCallback &)=delete
GuardCallback & operator=(GuardCallback &&)=default
GuardCallback(const std::string &id, std::function< bool(scxml4cpp::Context *c)> guard_method)
Definition: guardCallback.cpp:20
GuardCallback(GuardCallback &&)=default
bool evaluate(scxml4cpp::Context *c) override
Definition: guardCallback.cpp:41
GuardCallback & operator=(const GuardCallback &)=delete
Disable copy constructor.
void execute(scxml4cpp::Context *c) override
Definition: guardCallback.cpp:33
Definition: actionsApp.cpp:20