changeset 432 | e9a568cc86e3 |
parent 420 | 6a2a33ad261b |
parent 419 | 9afe81e4c543 |
child 440 | 88ed40ad0d4f |
24:a255ea9309f1 | 25:85f2e3d6f053 |
---|---|
1408 _digraph->firstOut(e, s); |
1408 _digraph->firstOut(e, s); |
1409 if (e != INVALID) { |
1409 if (e != INVALID) { |
1410 _stack[++_stack_head] = e; |
1410 _stack[++_stack_head] = e; |
1411 } else { |
1411 } else { |
1412 _visitor->leave(s); |
1412 _visitor->leave(s); |
1413 _visitor->stop(s); |
|
1413 } |
1414 } |
1414 } |
1415 } |
1415 } |
1416 } |
1416 |
1417 |
1417 /// \brief Processes the next arc. |
1418 /// \brief Processes the next arc. |