| 4380 | virtual ~IArgFunction() {} |
| 4381 | #ifdef CLARA_CONFIG_CPP11_GENERATED_METHODS |
| 4382 | IArgFunction() = default; |
| 4383 | IArgFunction( IArgFunction const& ) = default; |
| 4384 | #endif |
| 4385 | virtual void set( ConfigT& config, std::string const& value ) const = 0; |
nothing calls this directly
no outgoing calls
no test coverage detected