src/test/path_test.cc
changeset 1094 da32bccc7c4d
parent 986 e997802b855c
child 1164 80bb73097736
equal deleted inserted replaced
7:6fffb4142229 8:71d499cd3444
    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() {}