OneInputFunc Struct Reference

Interface of a functor for modeling the funciton of a one input one, output logic gate. More...

#include <LogicFunctions.h>

Inheritance diagram for OneInputFunc:
LogicFunc BUF INV

List of all members.

Public Member Functions

virtual LogicVal operator() (const LogicVal &in) const =0

Detailed Description

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


Member Function Documentation

virtual LogicVal OneInputFunc::operator() ( const LogicVal in  )  const [pure virtual]

Implemented in BUF, and INV.


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