DataflowSet that consists of a set of IRHandles. More...
#include <iostream>#include <set>#include <algorithm>#include <iterator>#include <OpenAnalysis/DataFlow/DataFlowSet.hpp>

Go to the source code of this file.
Classes | |
| class | OA::DataFlow::IRHandleDataFlowSet< T > |
| class | OA::DataFlow::IRHandleIterator< T > |
Namespaces | |
| namespace | OA |
Namespace for the whole OpenAnalysis Toolkit. | |
| namespace | OA::DataFlow |
DataflowSet that consists of a set of IRHandles.
Copyright (c) 2002-2005, Rice University
Copyright (c) 2004-2005, University of Chicago
Copyright (c) 2006, Contributors
All rights reserved.
See ../../../Copyright.txt for details.
Don't actually create an IRHandleDataFlowSet. Instead inherit privately from it to get implementation of DataFlowSet operations for a set of IRHandle objects.
Definition in file IRHandleDataFlowSet.hpp.
1.6.1