| 4453 | } |
| 4454 | virtual bool takesArg() const { return false; } |
| 4455 | virtual IArgFunction<C>* clone() const { return new BoundNullaryMethod( *this ); } |
| 4456 | void (C::*member)(); |
| 4457 | }; |
| 4458 |
nothing calls this directly
no outgoing calls
no test coverage detected