\brief Get the ErrorRecorder assigned to this interface. Retrieves the assigned error recorder object for the given class. A nullptr will be returned if an error handler has not been set. \return A pointer to the IErrorRecorder object that has been registered. \see setErrorRecorder()
| 1136 | //! \see setErrorRecorder() |
| 1137 | //! |
| 1138 | IErrorRecorder* getErrorRecorder() const noexcept |
| 1139 | { |
| 1140 | return mImpl->getErrorRecorder(); |
| 1141 | } |
| 1142 | |
| 1143 | //! |
| 1144 | //! \brief Specify new weights of given name. |
nothing calls this directly
no test coverage detected