Interface of a functor for modeling functionality a logic gate with two inputs and one output. More...
#include <LogicFunctions.h>
Public Member Functions | |
virtual LogicVal | operator() (const LogicVal &x, const LogicVal &y) const =0 |
Interface of a functor for modeling functionality a logic gate with two inputs and one output.
Each implementation of this interface describes a two input gate