Changeset 2512:371cf309fc3c in lemon-0.x for lemon/bits/traits.h
- Timestamp:
- 11/14/07 18:44:42 (17 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@3377
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/bits/traits.h
r2391 r2512 1 1 2 /* -*- C++ -*- 2 3 * … … 58 59 public: 59 60 typedef typename Graph::template NodeMap<_Value> Parent; 61 typedef typename Graph::template NodeMap<_Value> Type; 60 62 typedef typename Parent::Value Value; 61 63 … … 95 97 public: 96 98 typedef typename Graph::template EdgeMap<_Value> Parent; 99 typedef typename Graph::template EdgeMap<_Value> Type; 97 100 typedef typename Parent::Value Value; 98 101 … … 131 134 public: 132 135 typedef typename Graph::template UEdgeMap<_Value> Parent; 136 typedef typename Graph::template UEdgeMap<_Value> Type; 133 137 typedef typename Parent::Value Value; 134 138 … … 167 171 public: 168 172 typedef typename Graph::template ANodeMap<_Value> Parent; 173 typedef typename Graph::template ANodeMap<_Value> Type; 169 174 typedef typename Parent::Value Value; 170 175 … … 203 208 public: 204 209 typedef typename Graph::template BNodeMap<_Value> Parent; 210 typedef typename Graph::template BNodeMap<_Value> Type; 205 211 typedef typename Parent::Value Value; 206 212
Note: See TracChangeset
for help on using the changeset viewer.