| 1198 | //------------------------------------------------------------------------ |
| 1199 | template<class VC> |
| 1200 | inline void path_base<VC>::rewind(unsigned path_id) |
| 1201 | { |
| 1202 | m_iterator = path_id; |
| 1203 | } |
| 1204 | |
| 1205 | //------------------------------------------------------------------------ |
| 1206 | template<class VC> |
no outgoing calls
no test coverage detected