| 174 | |
| 175 | template<class View> |
| 176 | forceinline void |
| 177 | CachedView<View>::subscribe(Space& home, Propagator& p, PropCond pc, |
| 178 | bool schedule) { |
| 179 | x.subscribe(home,p,pc,schedule); |
| 180 | } |
| 181 | |
| 182 | template<class View> |
| 183 | forceinline void |
no outgoing calls
no test coverage detected