#include <graphviz.hpp>

Public Types | |
| typedef std::string | value_type |
| typedef value_type | reference |
| typedef Vertex | key_type |
| typedef readable_property_map_tag | category |
Public Member Functions | |
| node_id_property_map () | |
| node_id_property_map (const dynamic_properties &dp, const std::string &node_id) | |
Public Attributes | |
| const dynamic_properties * | dp |
| const std::string * | node_id |
| typedef readable_property_map_tag boost::graph::detail::node_id_property_map< Vertex >::category |
| typedef Vertex boost::graph::detail::node_id_property_map< Vertex >::key_type |
| typedef value_type boost::graph::detail::node_id_property_map< Vertex >::reference |
| typedef std::string boost::graph::detail::node_id_property_map< Vertex >::value_type |
|
inline |
|
inline |
| const dynamic_properties* boost::graph::detail::node_id_property_map< Vertex >::dp |
Referenced by boost::graph::detail::get().
| const std::string* boost::graph::detail::node_id_property_map< Vertex >::node_id |
Referenced by boost::graph::detail::get().