|
Gaudi Framework, version v22r4 |
| Home | Generated: Fri Sep 2 2011 |
Concrete GSL eror handler It is just prints the GSL errors. More...
#include <GslErrorPrint.h>


Public Member Functions | |
| virtual StatusCode | handle (const GslError &error) const |
| handle the GSL error | |
| GslErrorPrint (const std::string &type, const std::string &name, const IInterface *parent) | |
| Standard constructor. | |
| virtual | ~GslErrorPrint () |
| destructor (protected and virtual) | |
Concrete GSL eror handler It is just prints the GSL errors.
Definition at line 24 of file GslErrorPrint.h.
| GslErrorPrint::GslErrorPrint | ( | const std::string & | type, |
| const std::string & | name, | ||
| const IInterface * | parent | ||
| ) |
Standard constructor.
Declaration of the Tool Factory.
| type | tool type (?) |
| name | tool name |
| parent | pointer to parent |
| type | tool type (?) |
| name | tool name |
| parent | pointer to parent |
Definition at line 40 of file GslErrorPrint.cpp.
: base_class ( type, name , parent ) {}
| GslErrorPrint::~GslErrorPrint | ( | ) | [virtual] |
destructor (protected and virtual)
destructor (protetced and virtual)
Definition at line 50 of file GslErrorPrint.cpp.
{}
| StatusCode GslErrorPrint::handle | ( | const GslError & | error ) | const [virtual] |
handle the GSL error
| error | error to be handled |
Implements IGslErrorHandler.
Definition at line 62 of file GslErrorPrint.cpp.