| 157 | return x->exclude(home,from,to); |
| 158 | } |
| 159 | template<class I> ModEvent |
| 160 | SetView::excludeI(Space& home, I& iter) { |
| 161 | return x->excludeI(home, iter); |
| 162 | } |
| 163 | template<class I> ModEvent |
| 164 | SetView::intersectI(Space& home, I& iter) { |
| 165 | return x->intersectI(home, iter); |