| 3395 | virtual ~IArgFunction() {} |
| 3396 | # ifdef CATCH_CPP11_OR_GREATER |
| 3397 | IArgFunction() = default; |
| 3398 | IArgFunction( IArgFunction const& ) = default; |
| 3399 | # endif |
| 3400 | virtual void set( ConfigT& config, std::string const& value ) const = 0; |
nothing calls this directly
no outgoing calls
no test coverage detected