1 #ifndef GAUDIGSL_GSLERRORPrint_H 2 #define GAUDIGSL_GSLERRORPrint_H 1 52 #endif // GAUDIGSL_GSLERRORPrint_H ~GslErrorPrint() override=default
destructor (protected and virtual)
Helper class to represent GSL errors.
StatusCode handle(const GslError &error) const override
handle the GSL error
MsgStream & error() const
shortcut for the method msgStream(MSG::ERROR)
This class is used for returning status codes from appropriate routines.
Definition of the basic interface.
GslErrorPrint(const std::string &type, const std::string &name, const IInterface *parent)
Standard constructor.
Concrete GSL eror handler It is just prints the GSL errors.
Base class used to extend a class implementing other interfaces.