| 88 | |
| 89 | template<class View> |
| 90 | forceinline Edge<View>* |
| 91 | Edge<View>::next_edge(void) const { |
| 92 | return _next_edge; |
| 93 | } |
| 94 | template<class View> |
| 95 | forceinline Edge<View>** |
| 96 | Edge<View>::next_edge_ref(void) { |
no outgoing calls
no test coverage detected