Changeset 822:88226d9fe821 in lemon-0.x for src/hugo/full_graph.h
- Timestamp:
- 09/08/04 14:06:45 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1118
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/hugo/full_graph.h
r813 r822 14 14 15 15 #include <hugo/map_registry.h> 16 #include <hugo/default_map_factory.h> 16 #include <hugo/default_map.h> 17 18 #include <hugo/map_defines.h> 17 19 18 20 namespace hugo { … … 48 50 class InEdgeIt; 49 51 52 53 /// Creating map registries. 50 54 CREATE_MAP_REGISTRIES; 51 CREATE_MAPS(DefaultMapFactory); 55 /// Creating node and edge maps. 56 CREATE_MAPS(DefaultMap); 52 57 53 58 public:
Note: See TracChangeset
for help on using the changeset viewer.