src/hugo/skeletons/path.h
changeset 824 157115b5814a
parent 818 2b687ca1a08b
child 831 b6ae3446098a
equal deleted inserted replaced
4:59ee04ab066d 5:925800f0fc78
   104 
   104 
   105 	/// Next edge
   105 	/// Next edge
   106 	EdgeIt& operator++() {}
   106 	EdgeIt& operator++() {}
   107 
   107 
   108 	/// Comparison operator
   108 	/// Comparison operator
   109 	bool operator==(const EdgeIt& e) const {}
   109 	bool operator==(const EdgeIt& e) const {return true;}
   110 	/// Comparison operator
   110 	/// Comparison operator
   111 	bool operator!=(const EdgeIt& e) const {}
   111 	bool operator!=(const EdgeIt& e) const {return true;}
   112 // 	/// Comparison operator
   112 // 	/// Comparison operator
   113 //      /// \todo It is not clear what is the "natural" ordering.
   113 //      /// \todo It is not clear what is the "natural" ordering.
   114 // 	bool operator<(const EdgeIt& e) const {}
   114 // 	bool operator<(const EdgeIt& e) const {}
   115 
   115 
   116       };
   116       };