Class CompSliceDepGraphNode::NestInfo#
Defined in File CompSliceDepGraph.h
Nested Relationships#
This class is a nested type of Class CompSliceDepGraphNode.
Inheritance Relationships#
Derived Types#
public CompSliceDepGraphNode::EmptyNestInfo(Class CompSliceDepGraphNode::EmptyNestInfo)public CompSliceDepGraphNode::FullNestInfo(Class CompSliceDepGraphNode::FullNestInfo)
Class Documentation#
-
class NestInfo
Subclassed by CompSliceDepGraphNode::EmptyNestInfo, CompSliceDepGraphNode::FullNestInfo
Public Functions
-
inline NestInfo()
-
inline virtual ~NestInfo()
-
inline virtual CompSliceNest *GetNest()
-
inline virtual const CompSliceNest *GetNest() const
-
inline NestInfo *InnerNest()
-
inline const NestInfo *InnerNest() const
-
virtual LoopTreeNode *GenXformRoot(LoopTreeNode *parent) const = 0
-
virtual std::string toString() const = 0
Friends
- friend class CompSliceDepGraphNode
-
inline NestInfo()