47 [[nodiscard]] std::string
type()
const override;
53 constexpr static size_t INPUT_PORT_INDEX_FLOW = 0;
The class is responsible for all time-related tasks.
Widget to modify time point values.
Abstract parent class for all nodes.
Definition Node.hpp:86
Terminator for open signals. Mainly used for test flows.
Definition Terminator.hpp:28
Terminator & operator=(Terminator &&)=delete
Move assignment operator.
Terminator(const Terminator &)=delete
Copy Constructor.
std::string type() const override
String representation of the Class Type.
static std::string typeStatic()
String representation of the Class Type.
Terminator(Terminator &&)=delete
Move Constructor.
Terminator & operator=(const Terminator &)=delete
Copy assignment operator.
~Terminator() override
Destructor.
static std::string category()
String representation of the Class Category.
Terminator()
Default constructor.