| 74 | } |
| 75 | template<class Tracer> |
| 76 | forceinline bool |
| 77 | Path<Tracer>::Edge::rightmost(void) const { |
| 78 | return _alt+1 >= _choice->alternatives(); |
| 79 | } |
| 80 | template<class Tracer> |
| 81 | forceinline bool |
| 82 | Path<Tracer>::Edge::lao(void) const { |
no test coverage detected