src/work/deba/list_graph.h
changeset 702 4207f82a1778
parent 701 c03e073b8394
child 703 32f280a5ed7d
equal deleted inserted replaced
1:7410b8402386 2:b9f92c7e5ea4
    75     class OutEdgeIt;
    75     class OutEdgeIt;
    76     class InEdgeIt;
    76     class InEdgeIt;
    77     
    77     
    78     CREATE_MAP_REGISTRIES;
    78     CREATE_MAP_REGISTRIES;
    79     CREATE_MAPS(VectorMapFactory);
    79     CREATE_MAPS(VectorMapFactory);
    80 
       
    81   public:
    80   public:
    82 
    81 
    83     ListGraph() : nodes(), first_node(-1),
    82     ListGraph() : nodes(), first_node(-1),
    84 		  first_free_node(-1), edges(), first_free_edge(-1) {}
    83 		  first_free_node(-1), edges(), first_free_edge(-1) {}
    85     ListGraph(const ListGraph &_g) : nodes(_g.nodes), first_node(_g.first_node),
    84     ListGraph(const ListGraph &_g) : nodes(_g.nodes), first_node(_g.first_node),