ParametersInterface Member List
This is the complete list of members for ParametersInterface, including all inherited members.
| DeclareParameter(const std::string &_parameterName, const google::protobuf::Message &_msg)=0 | ParametersInterface | pure virtual |
| ListParameters() const =0 | ParametersInterface | pure virtual |
| Parameter(const std::string &_parameterName, google::protobuf::Message &_parameter) const =0 | ParametersInterface | pure virtual |
| Parameter(const std::string &_parameterName, std::unique_ptr< google::protobuf::Message > &_parameter) const =0 | ParametersInterface | pure virtual |
| SetParameter(const std::string &_parameterName, const google::protobuf::Message &_msg)=0 | ParametersInterface | pure virtual |
| ~ParametersInterface()=default | ParametersInterface | virtual |