xronos-sdk 0.2.0
Xronos C++ SDK
 
Loading...
Searching...
No Matches
xronos::sdk::EventSource< void > Class Referenceabstract

Base class for reactor elements that can be used as sources or triggers of reactions. More...

#include <xronos/sdk/event_source.hh>

Inheritance diagram for xronos::sdk::EventSource< void >:
[legend]

Public Member Functions

virtual ~EventSource ()=default
 Correct deletion of an instance of a derived class is permitted.
 
virtual ~EventSource ()=default
 Correct deletion of an instance of a derived class is permitted.
 

Detailed Description

Base class for reactor elements that can be used as sources or triggers of reactions.

This usually should not be subclassed or instantiated by application code. Subclasses provided by the SDK should be instantiated instead.

This specialization is used for event sources that do not convey any values.


The documentation for this class was generated from the following file: