Changeset 832:fbee94295d75 in lemon-0.x for src/test
- Timestamp:
- 09/13/04 00:12:29 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1130
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/test/path_test.cc
r831 r832 48 48 EdgeIt k(p); //EdgeIt(const Path &_p) {} 49 49 50 //??? operator GraphEdge () const {}51 52 //INVALIDra megy a ++????53 50 i=++j; //EdgeIt& operator++() {} 54 51 b=(i==j); //bool operator==(const EdgeIt& e) const {return true;} … … 59 56 NodeIt m(INVALID); //NodeIt(Invalid) {} 60 57 NodeIt n(p); //NodeIt(const Path &_p) {} 61 62 //operator const GraphNode& () const {}63 58 64 59 l=++m; //NodeIt& operator++() {}
Note: See TracChangeset
for help on using the changeset viewer.