Changeset 2540:8ab1d3d7dea7 in lemon-0.x for lemon/graph_utils.h
- Timestamp:
- 12/11/07 18:42:49 (17 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@3417
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/graph_utils.h
r2539 r2540 2526 2526 protected: 2527 2527 2528 class AutoNodeMap : public DefaultMap<G raph, Node, Edge> {2528 class AutoNodeMap : public DefaultMap<G, Node, Edge> { 2529 2529 public: 2530 2530 2531 typedef DefaultMap<G raph, Node, Edge> Parent;2532 2533 AutoNodeMap(const G raph& graph) : Parent(graph, INVALID) {}2531 typedef DefaultMap<G, Node, Edge> Parent; 2532 2533 AutoNodeMap(const G& graph) : Parent(graph, INVALID) {} 2534 2534 2535 2535 virtual void add(const Node& node) {
Note: See TracChangeset
for help on using the changeset viewer.