mcx::state_machine::EventBase
less than a minute
mcx::state_machine::EventBase
Inherited by mcx::state_machine::Event0< STATE >, mcx::state_machine::Event1< STATE >, mcx::state_machine::Event2< STATE >, mcx::state_machine::Event3< STATE >
Public Functions
Name | |
---|---|
virtual | ~EventBase() =default |
Event< STATE > * | getEvent() const |
Protected Attributes
Name | |
---|---|
Event< STATE > * | event_ |
Detailed Description
template <class STATE >
class mcx::state_machine::EventBase;
Public Functions Documentation
function ~EventBase
virtual ~EventBase() =default
function getEvent
inline Event< STATE > * getEvent() const
Protected Attributes Documentation
variable event_
Event< STATE > * event_;
Updated on 2022-04-05 at 16:21:27 +0200