Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::sgb_vertex_id_map Class Reference

#include <stanford_graph.hpp>

Inheritance diagram for boost::sgb_vertex_id_map:
Collaboration diagram for boost::sgb_vertex_id_map:

Public Types

typedef
boost::readable_property_map_tag 
category
 
typedef long value_type
 
typedef long reference
 
typedef Vertexkey_type
 

Public Member Functions

 sgb_vertex_id_map ()
 
 sgb_vertex_id_map (sgb_graph_ptr g)
 
long operator[] (Vertex *v) const
 

Protected Attributes

sgb_graph_ptr _g
 

Member Typedef Documentation

Constructor & Destructor Documentation

boost::sgb_vertex_id_map::sgb_vertex_id_map ( )
inline
boost::sgb_vertex_id_map::sgb_vertex_id_map ( sgb_graph_ptr  g)
inline

Member Function Documentation

long boost::sgb_vertex_id_map::operator[] ( Vertex v) const
inline

References _g.

Member Data Documentation

sgb_graph_ptr boost::sgb_vertex_id_map::_g
protected

Referenced by operator[]().


The documentation for this class was generated from the following file: