20 #ifndef PALUDIS_GUARD_PALUDIS_UTIL_GRAPH_FWD_HH 21 #define PALUDIS_GUARD_PALUDIS_UTIL_GRAPH_FWD_HH 1 34 class NoSuchGraphNodeError;
35 class NoSuchGraphEdgeError;
36 class NoGraphTopologicalOrderExistsError;
37 template <
typename Node_,
typename Edge_,
typename Comparator_ = DefaultSetComparator<Node_> >
class DirectedGraph;
Definition: about_metadata-fwd.hh:23
Definition: graph-fwd.hh:37