Class for property map over STAPL sequential graph.Returns a reference to the value stored on the vertex of the graph.
More...
|
|
| stapl_graph_data_map (GraphPtr g) |
| |
|
template<class NodeOrEdge > |
| DataRef | operator[] (NodeOrEdge x) const |
| |
|
| stapl_graph_data_map (GraphPtr g) |
| |
|
template<class NodeOrEdge > |
| DataRef | operator[] (NodeOrEdge x) const |
| |
|
|
typedef Data | value_type |
| |
|
typedef DataRef | reference |
| |
|
typedef void | key_type |
| |
|
typedef lvalue_property_map_tag | category |
| |
|
typedef Data | value_type |
| |
|
typedef DataRef | reference |
| |
|
typedef void | key_type |
| |
|
typedef lvalue_property_map_tag | category |
| |
template<class Data, class DataRef, class GraphPtr>
class boost::stapl_graph_data_map< Data, DataRef, GraphPtr >
Class for property map over STAPL sequential graph.
Returns a reference to the value stored on the vertex of the graph.
- Template Parameters
-
| Data | The value type stored in the map. |
| DataRef | The reference type for the value-type stored in the map. |
| GraphPtr | The type of the pointer to the storage for this map. This map uses this pointer to access the data for the map. |
The documentation for this class was generated from the following files: