equal
deleted
inserted
replaced
36 |
36 |
37 class Edge : public UndirEdge { |
37 class Edge : public UndirEdge { |
38 friend class UndirGraphExtender; |
38 friend class UndirGraphExtender; |
39 |
39 |
40 protected: |
40 protected: |
41 // FIXME: Marci use opposite logic in his graph wrappers. It would |
41 // FIXME: Marci use opposite logic in his graph adaptors. It would |
42 // be reasonable to syncronize... |
42 // be reasonable to syncronize... |
43 bool forward; |
43 bool forward; |
44 |
44 |
45 public: |
45 public: |
46 Edge() {} |
46 Edge() {} |