Interface of a functor for modeling the funciton of a one input one, output logic gate. More...
#include <LogicFunctions.h>
Public Member Functions | |
virtual LogicVal | operator() (const LogicVal &in) const =0 |
Interface of a functor for modeling the funciton of a one input one, output logic gate.
Each implementation of this interface is a different kind of one input gate, e.g. an inverter, buffer etc