#include <TupleDetail.h>
Collaboration diagram for Tuples::detail::ErrorHandler< OBJECT, FUNCTION >:
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 |
class GaudiAlgorithm or class GaudiTool ) are provided
Definition at line 175 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] |
const OBJECT* Tuples::detail::ErrorHandler< OBJECT, FUNCTION >::m_obj [private] |
Definition at line 194 of file TupleDetail.h.
FUNCTION Tuples::detail::ErrorHandler< OBJECT, FUNCTION >::m_fun [private] |
Definition at line 195 of file TupleDetail.h.
1.4.7