![]() |
ImFusion C++ SDK 4.4.0
|
#include <RoboticsPlugin/Include/ImFusion/Robotics/Error.h>
Auxiliary type intended to implement a user defined specialization of ErrorInterface. More...
Auxiliary type intended to implement a user defined specialization of ErrorInterface.
It includes a generic clone() method necessary for error composition.
Usage example:
Public Member Functions | |
| ~ErrorInheritanceHelper () override=default | |
| Override destructor. | |
| ErrorInheritanceHelper (const ErrorInterface &ei) | |
| std::unique_ptr< T > | clone () const & |
| Creates a copy of the current instance. | |
|
inlinenodiscard |
Creates a copy of the current instance.
This method performs a deep copy of the current instance and returns a new dynamically allocated instance that is a clone of this object.