Generic event interface base-class.
More...
#include <senf/PPI/Events.hh>
Generic event interface base-class.
The EventDescriptor base-class provides an interface to control events.
- See also
- Events
Definition at line 60 of file Events.hh.
◆ ~EventDescriptor()
senf::ppi::EventDescriptor::~EventDescriptor |
( |
| ) |
|
|
virtual |
◆ EventDescriptor()
senf::ppi::EventDescriptor::EventDescriptor |
( |
| ) |
|
|
protected |
◆ enabled() [1/2]
bool senf::ppi::EventDescriptor::enabled |
( |
| ) |
const |
Check, whether the event is currently enabled.
◆ enabled() [2/2]
void senf::ppi::EventDescriptor::enabled |
( |
bool |
v | ) |
|
Enable or disable the event.
Definition at line 50 of file Events.cc.
The documentation for this class was generated from the following files: