Home
last modified time | relevance | path

Searched refs:graph_exception (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/libs/graph/doc/
Dread_graphml.rst68 struct graph_exception : public std::exception {
69 virtual ~graph_exception() throw();
73 struct bad_parallel_edge : public graph_exception {
82 struct directed_graph_error : public graph_exception {
87 struct undirected_graph_error : public graph_exception {
92 struct parse_error : public graph_exception {
102 using the general ``graph_exception`` moniker when greater precision
Dread_graphviz.rst74 struct graph_exception : public std::exception {
75 virtual ~graph_exception() throw();
79 struct bad_parallel_edge : public graph_exception {
88 struct directed_graph_error : public graph_exception {
93 struct undirected_graph_error : public graph_exception {
98 struct bad_graphviz_syntax: public graph_exception {
108 using the general ``graph_exception`` moniker when greater precision
/third_party/boost/boost/graph/
Dgraphviz.hpp652 struct BOOST_SYMBOL_VISIBLE graph_exception : public std::exception struct
654 virtual ~graph_exception() throw() {} in ~graph_exception() argument
658 struct BOOST_SYMBOL_VISIBLE bad_parallel_edge : public graph_exception
679 struct BOOST_SYMBOL_VISIBLE directed_graph_error : public graph_exception
689 struct BOOST_SYMBOL_VISIBLE undirected_graph_error : public graph_exception
699 struct BOOST_SYMBOL_VISIBLE bad_graphviz_syntax : public graph_exception
Dgraphml.hpp37 struct BOOST_SYMBOL_VISIBLE parse_error : public graph_exception