Template Class NullSink

Inheritance Relationships

Base Type

Class Documentation

template<typename T>
class NullSink : public eat::framework::FunctionalAtomicProcess

process with an input port whose value is discarded

ports:

  • in (DataPort<T>) : input data to discard

Public Functions

inline NullSink(const std::string &name)
inline virtual void process() override