TwoInputFunc Struct Reference

Interface of a functor for modeling functionality a logic gate with two inputs and one output. More...

#include <LogicFunctions.h>

Inheritance diagram for TwoInputFunc:
LogicFunc AND2 OR2 XOR2 NAND2 NOR2 XNOR2

List of all members.

Public Member Functions

virtual LogicVal operator() (const LogicVal &x, const LogicVal &y) const =0

Detailed Description

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


Member Function Documentation

virtual LogicVal TwoInputFunc::operator() ( const LogicVal x,
const LogicVal y 
) const [pure virtual]

Implemented in AND2, NAND2, OR2, NOR2, XOR2, and XNOR2.


The documentation for this struct was generated from the following file:
Generated on Tue Aug 2 11:51:29 2011 for Galois by  doxygen 1.6.3