Defines the basic functors for one and two input logic gates -*- C++ -*-. More...
#include <functional>
#include <string>
#include "logicDefs.h"
Go to the source code of this file.
Classes | |
struct | LogicFunc |
LogicFunc is a functor, serving as a common base type for one and two input functors. More... | |
struct | OneInputFunc |
Interface of a functor for modeling the funciton of a one input one, output logic gate. More... | |
struct | TwoInputFunc |
Interface of a functor for modeling functionality a logic gate with two inputs and one output. More... | |
struct | BUF |
Buffer. More... | |
struct | INV |
Inverter. More... | |
struct | AND2 |
And with two inputs. More... | |
struct | NAND2 |
Nand with two inputs. More... | |
struct | OR2 |
OR with two inputs. More... | |
struct | NOR2 |
NOR with two inputs. More... | |
struct | XOR2 |
XOR with two inputs. More... | |
struct | XNOR2 |
XNOR with two inputs. More... |
Defines the basic functors for one and two input logic gates -*- C++ -*-.
Galois, a framework to exploit amorphous data-parallelism in irregular programs.
Copyright (C) 2011, The University of Texas at Austin. All rights reserved. UNIVERSITY EXPRESSLY DISCLAIMS ANY AND ALL WARRANTIES CONCERNING THIS SOFTWARE AND DOCUMENTATION, INCLUDING ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR ANY PARTICULAR PURPOSE, NON-INFRINGEMENT AND WARRANTIES OF PERFORMANCE, AND ANY WARRANTY THAT MIGHT OTHERWISE ARISE FROM COURSE OF DEALING OR USAGE OF TRADE. NO WARRANTY IS EITHER EXPRESS OR IMPLIED WITH RESPECT TO THE USE OF THE SOFTWARE OR DOCUMENTATION. Under no circumstances shall University be liable for incidental, special, indirect, direct or consequential damages or loss of profits, interruption of business, or related expenses which may arise from use of Software or Documentation, including but not limited to those resulting from defects in Software and/or Documentation, or loss or inaccuracy of data of any kind.