|
paludis
Version 1.4.0
|
#include <graph.hh>
Inheritance diagram for paludis::NoGraphTopologicalOrderExistsError:Public Member Functions | |
| std::shared_ptr< const RemainingNodes > | remaining_nodes () const |
Basic operations | |
| NoGraphTopologicalOrderExistsError (const std::shared_ptr< const RemainingNodes > &) throw () | |
| ~NoGraphTopologicalOrderExistsError () throw () | |
Additional Inherited Members | |
Protected Member Functions inherited from paludis::GraphError | |
| GraphError (const std::string &msg) throw () | |
Protected Member Functions inherited from paludis::Exception | |
| Exception (const std::string &message) throw () | |
| Exception (const Exception &) | |
Thrown if no ordering is available for a DirectedGraph::topological_sort.
| std::shared_ptr<const RemainingNodes> paludis::NoGraphTopologicalOrderExistsError::remaining_nodes | ( | ) | const |
The nodes remaining in the graph.
1.8.3.1