Home
last modified time | relevance | path

Searched defs:smart_graph (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/libs/python/src/object/
Dinheritance.cpp78 struct smart_graph struct
80 typedef std::vector<std::size_t>::const_iterator node_distance_map;
83 , cast_graph::out_edge_iterator> out_edges_t;
87 node_distance_map distances_to(vertex_t target) const in distances_to()
126 cast_graph& topology() { return m_topology; } in topology()
127 cast_graph const& topology() const { return m_topology; } in topology()
129 smart_graph() in smart_graph() function
134 cast_graph m_topology;
135 mutable std::vector<std::size_t> m_distances;
136 mutable std::size_t m_known_vertices;