| 35 | ~PUtilInt() {} |
| 36 | PUtilBase * copy() const { return new PUtilInt( val ); } |
| 37 | CanonicalForm getval() const { return CanonicalForm( val ); } |
| 38 | int getintval() const { return val; } |
| 39 | bool isInt() const { return true; } |
| 40 | bool isCF() const { return false; } |
nothing calls this directly
no test coverage detected