Changeset 785:a9b0863c2265 in lemon-0.x for src/hugo/vector_map_factory.h
- Timestamp:
- 09/02/04 17:13:21 (19 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1078
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/hugo/vector_map_factory.h
r782 r785 7 7 #include <hugo/extended_pair.h> 8 8 9 ///\ingroup graphmapfactory 10 ///\file 11 ///\brief Vector based graph maps. 12 9 13 namespace hugo { 10 14 15 /// \addtogroup graphmapfactory 16 /// @{ 17 11 18 /** The VectorMapFactory template class is a factory class 12 19 * to create maps for the edge and nodes. This map factory … … 334 341 }; 335 342 343 344 /// @} 345 346 336 347 } 337 348
Note: See TracChangeset
for help on using the changeset viewer.