Simplified XF 1.1.0
defaulttransition.h
1#ifndef XF_DEFAULTTRANSITION_H
2#define XF_DEFAULTTRANSITION_H
3
4#include "xf/event.h"
5
19{
20public:
25
26 bool deleteAfterConsume() const override;
27};
28 // end of xf_core group
30#endif // XF_DEFAULTTRANSITION_H
State machine transition without trigger.
Definition: defaulttransition.h:19
bool deleteAfterConsume() const override
See XFEvent.
Base class for all types of events and timeouts.
Definition: event.h:23