16#include "GaudiKernel/System.h"
29 const std::string& name,
30 const IInterface* parent)
31 : base_class (
type, name, parent)
50 this->m_converter.dstTypeinfo() != ti)
57 const void* p = this->getUntyped (allowMissing);
64 <<
"Pointer conversion from " <<
m_converter.srcName() <<
" to "
83 const std::type_info& ti)
90 this->m_backConverter.srcTypeinfo() != ti)
94 <<
"Can't configure pointer conversion from "
95 << System::typeinfoName (ti) <<
" to "
96 << System::typeinfoName (this->typeinfo());
106 this->releaseObjectUntyped (p);
126 return this->
m_converter.init(this->typeinfo(), ti);
Helpers for checking error return status codes and reporting errors.
#define REPORT_MESSAGE(LVL)
Report a message.
Block filler tool for noisy FEB information.