equal
deleted
inserted
replaced
62 EdgeIt i; //EdgeIt() {} |
62 EdgeIt i; //EdgeIt() {} |
63 EdgeIt j(INVALID); //EdgeIt(Invalid) {} |
63 EdgeIt j(INVALID); //EdgeIt(Invalid) {} |
64 EdgeIt k(p); //EdgeIt(const Path &_p) {} |
64 EdgeIt k(p); //EdgeIt(const Path &_p) {} |
65 |
65 |
66 i=++j; //EdgeIt& operator++() {} |
66 i=++j; //EdgeIt& operator++() {} |
|
67 ++k; |
67 b=(i==j); //bool operator==(const EdgeIt& e) const {return true;} |
68 b=(i==j); //bool operator==(const EdgeIt& e) const {return true;} |
68 b=(i!=j); //bool operator!=(const EdgeIt& e) const {return true;} |
69 b=(i!=j); //bool operator!=(const EdgeIt& e) const {return true;} |
69 |
70 |
70 |
71 |
71 NodeIt l; //NodeIt() {} |
72 NodeIt l; //NodeIt() {} |