Class AstTreeDepGraphBuildImpl#
Defined in File DepGraphBuild.h
Class Documentation#
-
class AstTreeDepGraphBuildImpl#
Public Functions
-
virtual GraphAccessInterface::Node *CreateNodeImpl(AstNodePtr s, const DomainCond &c) = 0#
-
virtual void CreateEdgeImpl(GraphAccessInterface::Node *n1, GraphAccessInterface::Node *n2, DepInfo info) = 0#
-
virtual DepInfoConstIterator GetDepInfoIteratorImpl(GraphAccessInterface::Edge *e, DepType t) = 0#
-
virtual AstNodePtr GetNodeAst(GraphAccessInterface::Node *n) = 0#
-
virtual const GraphAccessInterface *Access() const = 0#
-
inline virtual ~AstTreeDepGraphBuildImpl()#
-
virtual GraphAccessInterface::Node *CreateNodeImpl(AstNodePtr s, const DomainCond &c) = 0#