Struct FlowGraph::NodeTypeCompare
Defined in File flow_graph.hpp
This struct is a nested type of Template Class FlowGraph.
-
struct NodeTypeCompare
-
Public Functions
-
inline NodeTypeCompare()
-
inline explicit NodeTypeCompare(const std::list<NodeType> *nodes)
-
inline bool operator()(const NodeType &lhs, const NodeType &rhs) const
Public Members
-
const std::list<NodeType> *ordered_nodes
-
inline NodeTypeCompare()