Changeset 1448:0274acee0e35 in lemon-0.x for lemon/concept/undir_graph.h
- Timestamp:
- 06/07/05 18:12:14 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1928
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/concept/undir_graph.h
r1435 r1448 27 27 28 28 #include <lemon/concept/graph_component.h> 29 #include <lemon/utility.h> 29 30 30 31 namespace lemon { … … 234 235 class UndirGraph { 235 236 public: 237 ///\e 238 239 ///\todo undocumented 240 /// 241 typedef True UndirTag; 236 242 237 243 /// Type describing a node in the graph
Note: See TracChangeset
for help on using the changeset viewer.