Template Class DepInfoSetGraphCreate#
Defined in File DepGraph.h
Inheritance Relationships#
Base Type#
public VirtualGraphCreateTemplate< Node, DepInfoSetEdge >(Template Class VirtualGraphCreateTemplate)
Class Documentation#
-
template<class Node>
class DepInfoSetGraphCreate : public VirtualGraphCreateTemplate<Node, DepInfoSetEdge># Public Functions
-
inline DepInfoSetGraphCreate(BaseGraphCreate *_impl = 0)#
-
inline DepInfoSetEdge *CreateEdge(Node *n1, Node *n2, const DepInfo &info)#
-
inline DepInfoSetEdge *CreateEdge(Node *n1, Node *n2, const DepInfoSet &tmp)#
-
inline void DeleteEdge(DepInfoSetEdge *e)#
-
inline DepInfoSetGraphCreate(BaseGraphCreate *_impl = 0)#