src/hugo/list_graph.h
changeset 879 5e284075b193
parent 844 9bf990cb066d
child 880 9d0bfd35b97c
equal deleted inserted replaced
17:3e17f33541be 18:14fc96104c6d
   880     class EdgeIt;
   880     class EdgeIt;
   881     class OutEdgeIt;
   881     class OutEdgeIt;
   882     class InEdgeIt;
   882     class InEdgeIt;
   883 
   883 
   884 
   884 
   885     /// Creating edge map registry.
   885     /// Creates edge map registry.
   886     CREATE_EDGE_MAP_REGISTRY;
   886     CREATE_EDGE_MAP_REGISTRY;
   887     /// Creating edge maps.
   887     /// Creates edge maps.
   888     CREATE_EDGE_MAP(DefaultMap);
   888     CREATE_EDGE_MAP(DefaultMap);
   889 
   889 
   890     /// Importing node maps from the NodeGraphType.
   890     /// Imports node maps from the NodeGraphType.
   891     IMPORT_NODE_MAP(NodeGraphType, graph.G, EdgeSet, graph);
   891     IMPORT_NODE_MAP(NodeGraphType, graph.G, EdgeSet, graph);
   892     
   892     
   893     
   893     
   894   public:
   894   public:
   895 
   895