![]() |
ATLAS Offline Software
|
A couple hooks for debugging. More...
#include "GaudiKernel/ClassID.h"Go to the source code of this file.
Namespaces | |
| namespace | AthenaPoolCnvSvc |
Functions | |
| void | AthenaPoolCnvSvc::debugCreateTransient (CLID clid) |
Called by templated converters at the start of createTransient. | |
| void | AthenaPoolCnvSvc::debugCreatePersistent (CLID clid) |
Called by templated converters at the start of createPersistent. | |
A couple hooks for debugging.
It can be a bit of a pain to set breakpoints in heavily-templated code. So the templated converter classes will call these out-of-line functions at the start of createTransient() and createPersistent(). This provides an easy spot to set a breakpoint.
Definition in file Database/AthenaPOOL/AthenaPoolCnvSvc/AthenaPoolCnvSvc/debug.h.