| 4009 | virtual ~IArgFunction() {} |
| 4010 | #ifdef CLARA_CONFIG_CPP11_GENERATED_METHODS |
| 4011 | IArgFunction() = default; |
| 4012 | IArgFunction( IArgFunction const& ) = default; |
| 4013 | #endif |
| 4014 | virtual void set( ConfigT& config, std::string const& value ) const = 0; |
nothing calls this directly
no outgoing calls
no test coverage detected