|
Gaudi Framework, version v22r2 |
| Home | Generated: Tue May 10 2011 |
Concrete error handlers for dealing with classes, which supports member functions Error,Warning and Print ( e.g. More...
#include <TupleDetail.h>

Public Member Functions | |
| ErrorHandler (const OBJECT *obj, FUNCTION fun) | |
| constructor | |
| StatusCode | operator() (const std::string &msg, const StatusCode sc, const size_t mp=10) const |
| the only one 'useful' method | |
Private Member Functions | |
| ErrorHandler () | |
Private Attributes | |
| const OBJECT * | m_obj |
| FUNCTION | m_fun |
Concrete error handlers for dealing with classes, which supports member functions Error,Warning and Print ( e.g.
class GaudiAlgorithm or class GaudiTool ) are provided
Definition at line 173 of file TupleDetail.h.
| Tuples::detail::ErrorHandler< OBJECT, FUNCTION >::ErrorHandler | ( | const OBJECT * | obj, |
| FUNCTION | fun | ||
| ) | [inline] |
| Tuples::detail::ErrorHandler< OBJECT, FUNCTION >::ErrorHandler | ( | ) | [private] |
| StatusCode Tuples::detail::ErrorHandler< OBJECT, FUNCTION >::operator() | ( | const std::string & | msg, |
| const StatusCode | sc, | ||
| const size_t | mp = 10 |
||
| ) | const [inline] |
the only one 'useful' method
Definition at line 182 of file TupleDetail.h.
FUNCTION Tuples::detail::ErrorHandler< OBJECT, FUNCTION >::m_fun [private] |
Definition at line 193 of file TupleDetail.h.
const OBJECT* Tuples::detail::ErrorHandler< OBJECT, FUNCTION >::m_obj [private] |
Definition at line 192 of file TupleDetail.h.