| 43 | } |
| 44 | template<class TaskView> |
| 45 | forceinline int |
| 46 | FwdToBwd<TaskView>::ect(void) const { |
| 47 | return -TaskView::lst(); |
| 48 | } |
| 49 | template<class TaskView> |
| 50 | forceinline int |
| 51 | FwdToBwd<TaskView>::lst(void) const { |
no outgoing calls
no test coverage detected