Gazebo Transport

API Reference

12.2.1
ParameterResult Class Reference

The return type used in all falible parameters methods. More...

#include <result.hh>

Public Member Functions

GZ_TRANSPORT_PARAMETERS_VISIBLE ParameterResult (ParameterResultType _resultType)
 Construct. More...
 
GZ_TRANSPORT_PARAMETERS_VISIBLE ParameterResult (ParameterResultType _resultType, const std::string &_paramName)
 Construct. More...
 
GZ_TRANSPORT_PARAMETERS_VISIBLE ParameterResult (ParameterResultType _resultType, const std::string &_paramName, const std::string &_paramType)
 Construct. More...
 
GZ_TRANSPORT_PARAMETERS_VISIBLE operator bool () const
 Coercion to bool type. True if ParameterErrorType::Success, else False. More...
 
const GZ_TRANSPORT_PARAMETERS_VISIBLE std::stringParamName () const
 Return the related parameter name. More...
 
const GZ_TRANSPORT_PARAMETERS_VISIBLE std::stringParamType () const
 Return the related parameter type. More...
 
GZ_TRANSPORT_PARAMETERS_VISIBLE ParameterResultType ResultType () const
 Return the result type. More...
 

Detailed Description

The return type used in all falible parameters methods.

Constructor & Destructor Documentation

◆ ParameterResult() [1/3]

GZ_TRANSPORT_PARAMETERS_VISIBLE ParameterResult ( ParameterResultType  _resultType)
explicit

Construct.

Parameters
_resultTypeType of result of the operation.

◆ ParameterResult() [2/3]

GZ_TRANSPORT_PARAMETERS_VISIBLE ParameterResult ( ParameterResultType  _resultType,
const std::string _paramName 
)

Construct.

Parameters
_resultTypeType of result of the operation.
_paramNameName of the related parameter.

◆ ParameterResult() [3/3]

GZ_TRANSPORT_PARAMETERS_VISIBLE ParameterResult ( ParameterResultType  _resultType,
const std::string _paramName,
const std::string _paramType 
)

Construct.

Parameters
_resultTypeType of result of the operation.
_paramNameName of the related parameter.
_paramTypeType of the related parameter.

Member Function Documentation

◆ operator bool()

GZ_TRANSPORT_PARAMETERS_VISIBLE operator bool ( ) const
explicit

Coercion to bool type. True if ParameterErrorType::Success, else False.

◆ ParamName()

const GZ_TRANSPORT_PARAMETERS_VISIBLE std::string& ParamName ( ) const

Return the related parameter name.

◆ ParamType()

const GZ_TRANSPORT_PARAMETERS_VISIBLE std::string& ParamType ( ) const

Return the related parameter type.

◆ ResultType()

GZ_TRANSPORT_PARAMETERS_VISIBLE ParameterResultType ResultType ( ) const

Return the result type.


The documentation for this class was generated from the following file: