Changeset 785:a9b0863c2265 in lemon-0.x for src/hugo/array_map_factory.h
- Timestamp:
- 09/02/04 17:13:21 (20 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/array_map_factory.h
r783 r785 7 7 #include <hugo/extended_pair.h> 8 8 9 ///\ingroup graphmapfactory 10 ///\file 11 ///\brief Graph maps that construates and destruates 12 ///their elements dynamically. 13 9 14 namespace hugo { 10 15 16 /// \addtogroup graphmapfactory 17 /// @{ 18 19 ///. 11 20 template <typename MapRegistry> class ArrayMapFactory { 12 21 … … 363 372 }; 364 373 }; 374 375 /// @} 376 377 365 378 } 366 379
Note: See TracChangeset
for help on using the changeset viewer.