equal
deleted
inserted
replaced
310 ArcIt(Invalid) { } |
310 ArcIt(Invalid) { } |
311 /// Sets the iterator to the first arc. |
311 /// Sets the iterator to the first arc. |
312 |
312 |
313 /// Sets the iterator to the first arc of the given digraph. |
313 /// Sets the iterator to the first arc of the given digraph. |
314 /// |
314 /// |
315 explicit ArcIt(const Digraph& g) { ::lemon::ignore_unused_variable_warning(g); } |
315 explicit ArcIt(const Digraph& g) { |
|
316 ::lemon::ignore_unused_variable_warning(g); |
|
317 } |
316 /// Sets the iterator to the given arc. |
318 /// Sets the iterator to the given arc. |
317 |
319 |
318 /// Sets the iterator to the given arc of the given digraph. |
320 /// Sets the iterator to the given arc of the given digraph. |
319 /// |
321 /// |
320 ArcIt(const Digraph&, const Arc&) { } |
322 ArcIt(const Digraph&, const Arc&) { } |