gz/transport/parameters/result.hh
Go to the documentation of this file.
The return type used in all falible parameters methods.
Definition: gz/transport/parameters/result.hh:43
IGNITION_TRANSPORT_PARAMETERS_VISIBLE const std::string & ParamType() const
Return the related parameter type.
IGNITION_TRANSPORT_PARAMETERS_VISIBLE ParameterResult(ParameterResultType _resultType, const std::string &_paramName, const std::string &_paramType)
Construct.
IGNITION_TRANSPORT_PARAMETERS_VISIBLE ParameterResultType ResultType() const
Return the result type.
IGNITION_TRANSPORT_PARAMETERS_VISIBLE const std::string & ParamName() const
Return the related parameter name.
IGNITION_TRANSPORT_PARAMETERS_VISIBLE ParameterResult(ParameterResultType _resultType, const std::string &_paramName)
Construct.
IGNITION_TRANSPORT_PARAMETERS_VISIBLE ParameterResult(ParameterResultType _resultType)
Construct.
Definition: gz/transport/parameters/Client.hh:34
IGNITION_TRANSPORT_PARAMETERS_VISIBLE std::ostream & operator<<(std::ostream &, const ParameterResult &)
Stream operator, for debug output.