Home
last modified time | relevance | path

Searched refs:undirected_graph_error (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/libs/graph/doc/
Dread_graphml.rst87 struct undirected_graph_error : public graph_exception {
88 virtual ~undirected_graph_error() throw();
118 The ``undirected_graph_error`` exception occurs when a directed graph
Dread_graphviz.rst93 struct undirected_graph_error : public graph_exception {
94 virtual ~undirected_graph_error() throw();
125 The ``undirected_graph_error`` exception occurs when a directed graph
/third_party/boost/libs/graph/src/
Dgraphml.cpp175 BOOST_THROW_EXCEPTION(undirected_graph_error()); in run()
Dread_graphviz_new.cpp604 boost::throw_exception(boost::undirected_graph_error()); in parse_graph()
/third_party/boost/libs/graph/test/
Dgraphviz_test.cpp252 catch (boost::undirected_graph_error&)
/third_party/boost/boost/graph/
Dgraphviz.hpp689 struct BOOST_SYMBOL_VISIBLE undirected_graph_error : public graph_exception struct
691 virtual ~undirected_graph_error() throw() {} in ~undirected_graph_error() argument
/third_party/boost/boost/graph/detail/
Dread_graphviz_spirit.hpp296 boost::throw_exception(boost::undirected_graph_error()); in check_undirected()