equal
deleted
inserted
replaced
322 ArcIt(Invalid) { } |
322 ArcIt(Invalid) { } |
323 /// This constructor sets the iterator to the first arc. |
323 /// This constructor sets the iterator to the first arc. |
324 |
324 |
325 /// This constructor sets the iterator to the first arc of \c g. |
325 /// This constructor sets the iterator to the first arc of \c g. |
326 ///@param g the digraph |
326 ///@param g the digraph |
327 ArcIt(const Digraph& g) { ignore_unused_variable_warning(g); } |
327 ArcIt(const Digraph& g) { ::lemon::ignore_unused_variable_warning(g); } |
328 /// Arc -> ArcIt conversion |
328 /// Arc -> ArcIt conversion |
329 |
329 |
330 /// Sets the iterator to the value of the trivial iterator \c e. |
330 /// Sets the iterator to the value of the trivial iterator \c e. |
331 /// This feature necessitates that each time we |
331 /// This feature necessitates that each time we |
332 /// iterate the arc-set, the iteration order is the same. |
332 /// iterate the arc-set, the iteration order is the same. |