Home
last modified time | relevance | path

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

/third_party/boost/libs/graph/doc/
Dread_graphml.rst82 struct directed_graph_error : public graph_exception {
83 virtual ~directed_graph_error() throw();
114 The ``directed_graph_error`` exception occurs when an undirected graph
Dread_graphviz.rst88 struct directed_graph_error : public graph_exception {
89 virtual ~directed_graph_error() throw();
120 The ``directed_graph_error`` exception occurs when an undirected graph
/third_party/boost/libs/graph/test/
Dgraphviz_test.cpp255 catch (boost::directed_graph_error&)
276 catch (boost::directed_graph_error&)
/third_party/boost/libs/graph/src/
Dgraphml.cpp171 BOOST_THROW_EXCEPTION(directed_graph_error()); in run()
Dread_graphviz_new.cpp608 boost::throw_exception(boost::directed_graph_error()); in parse_graph()
/third_party/boost/boost/graph/
Dgraphviz.hpp679 struct BOOST_SYMBOL_VISIBLE directed_graph_error : public graph_exception struct
681 virtual ~directed_graph_error() throw() {} in ~directed_graph_error() argument
/third_party/boost/boost/graph/detail/
Dread_graphviz_spirit.hpp302 boost::throw_exception(boost::directed_graph_error()); in check_directed()