| 46 | ValCommitInc::ValCommitInc(Space& home, ValCommitInc& vc) |
| 47 | : ValCommit<SetView,int>(home,vc) {} |
| 48 | forceinline ModEvent |
| 49 | ValCommitInc::commit(Space& home, unsigned int a, SetView x, int, int n) { |
| 50 | return (a == 0) ? x.include(home,n) : x.exclude(home,n); |
| 51 | } |
| 52 | forceinline NGL* |
| 53 | ValCommitInc::ngl(Space& home, unsigned int a, SetView x, int n) const { |
| 54 | if (a == 0) |
no test coverage detected