branch | 1.0 |
changeset 346 | d05ad26c4d71 |
parent 327 | 5e12d7734036 |
child 421 | b7ed95cd94a3 |
21:e43c2bec5a78 | 22:6d0a8c17b01a |
---|---|
1411 _digraph->firstOut(e, s); |
1411 _digraph->firstOut(e, s); |
1412 if (e != INVALID) { |
1412 if (e != INVALID) { |
1413 _stack[++_stack_head] = e; |
1413 _stack[++_stack_head] = e; |
1414 } else { |
1414 } else { |
1415 _visitor->leave(s); |
1415 _visitor->leave(s); |
1416 _visitor->stop(s); |
|
1416 } |
1417 } |
1417 } |
1418 } |
1418 } |
1419 } |
1419 |
1420 |
1420 /// \brief Processes the next arc. |
1421 /// \brief Processes the next arc. |