graph_property.h
Go to the documentation of this file.
GraphType::vertex_type vertex_type
Definition: graph_property.h:24
friend std::ostream & operator<<(std::ostream &out, const vertex_property &P)
Definition: graph_property.h:81
Definition: graph_property.h:20
void bulk_update(InputIter first, InputIter last, property_type val)
Definition: graph_property.h:74
Definition: bimap.h:17
vertex_property(vertex_property &&P)
Definition: graph_property.h:49
PropertyType & operator[](const vertex_type &v)
Definition: graph_property.h:56
Definition: graph_property.h:89
vertex_property(const GraphType &G, const PropertyType &default_val=PropertyType())
vertex_property constructor
Definition: graph_property.h:37
PropertyType operator()(const vertex_type &v) const
Definition: graph_property.h:63
PropertyType property_type
Definition: graph_property.h:25