OpenADFortTk (including Open64 and OpenAnalysis references)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
IRHandleDataFlowSet.hpp File Reference

DataflowSet that consists of a set of IRHandles. More...

#include <iostream>
#include <set>
#include <algorithm>
#include <iterator>
#include <OpenAnalysis/DataFlow/DataFlowSet.hpp>
Include dependency graph for IRHandleDataFlowSet.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  OA::DataFlow::IRHandleIterator< T >
 
class  OA::DataFlow::IRHandleDataFlowSet< T >
 
class  OA::DataFlow::IRHandleIterator< T >
 

Namespaces

 OA
 Namespace for the whole OpenAnalysis Toolkit.
 
 OA::DataFlow
 

Constant Groups

 OA
 Namespace for the whole OpenAnalysis Toolkit.
 
 OA::DataFlow
 

Detailed Description

DataflowSet that consists of a set of IRHandles.

Authors
Michelle Strout (June 2004)
Version
Id:
IRHandleDataFlowSet.hpp,v 1.12 2007/10/08 19:19:11 utke Exp

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.