equal
deleted
inserted
replaced
36 InEdgeIt(const EmptyGraph &, NodeIt) {} |
36 InEdgeIt(const EmptyGraph &, NodeIt) {} |
37 }; |
37 }; |
38 // class SymEdgeIt : public EdgeIt {}; |
38 // class SymEdgeIt : public EdgeIt {}; |
39 class EachEdgeIt : public EdgeIt { |
39 class EachEdgeIt : public EdgeIt { |
40 EachEdgeIt() {} |
40 EachEdgeIt() {} |
41 EachEdgeIt(const EmptyGraph &, NodeIt) {} |
41 EachEdgeIt(const EmptyGraph &) {} |
42 }; |
42 }; |
43 |
43 |
44 EachNodeIt &getFirst(EachNodeIt &) const {} |
44 EachNodeIt &getFirst(EachNodeIt &) const {} |
45 InEdgeIt &getFirst(InEdgeIt &, NodeIt) const {} |
45 InEdgeIt &getFirst(InEdgeIt &, NodeIt) const {} |
46 OutEdgeIt &getFirst(OutEdgeIt &, NodeIt) const {} |
46 OutEdgeIt &getFirst(OutEdgeIt &, NodeIt) const {} |