Searched defs:is_directed (Results 1 – 10 of 10) sorted by relevance
26 is_directed = true, enumerator36 is_directed = false, enumerator46 is_directed = true, enumerator
101 inline bool is_directed(directed_tag) { return true; } in is_directed() function102 inline bool is_directed(undirected_tag) { return false; } in is_directed() function106 template < typename Graph > bool is_directed(const Graph&) in is_directed() function
87 bool is_directed() const in is_directed() function in boost::mutate_graph_impl
779 bool is_directed() const in is_directed() function in boost::detail::graph::mutate_graph_impl905 bool is_directed() const in is_directed() function in boost::detail::graph::mutate_graph_impl
221 typedef typename DirectedS::is_directed_t is_directed; typedef
407 typedef typename Directed::is_directed_t is_directed; typedef in boost::adjacency_matrix_traits
114 typename is_directed_unidirectional_graph< Graph >::type is_directed; in test_graph() local
164 bool is_directed in run() local
580 bool is_directed = false; in parse_graph() local
1307 typedef typename DirectedS::is_directed_t is_directed; typedef in boost::adjacency_list