14#ifndef ATHENAPOOLCNVSVC_T_ATHENAPOOLAUXCONTAINERCNV_H
15#define ATHENAPOOLCNVSVC_T_ATHENAPOOLAUXCONTAINERCNV_H
36template <
class AUXSTORE,
class ... TPCNVS>
42 template <
class CNV,
class TPCNV>
64 const std::string& key)
override;
a traits class that associates a CLID to a type T It also detects whether T inherits from Gaudi DataO...
A couple hooks for debugging.
Exceptions that can be thrown from AthenaPoolCnvSvc.
Helper for calling TP converters from an Athena converter.
his file contains the class definition for the templated T_AthenaPoolCustomCnv class.
Helper for calling a TP converter from an Athena converter.
Helper for calling TP converters from an Athena converter.
Abstract factory to create the converter.
This class provides a encapsulation of a GUID/UUID/CLSID/IID data structure (128 bit number).
virtual AUXSTORE * createPersistentWithKey(AUXSTORE *trans, const std::string &key) override
Convert a transient object to persistent form.
T_AthenaPoolAuxContainerCnv(ISvcLocator *svcLoc)
Constructor.
T_AthenaPoolCustomCnvWithKey< DMTest::HAuxContainer, DMTest::HAuxContainer > Base
virtual AUXSTORE * createTransientWithKey(const std::string &key) override
Read the persistent object and convert it to transient.
AthenaPoolCnvSvc::TPCnvList< T_AthenaPoolAuxContainerCnv, DMTest::HAuxContainer, TPCNVS... > m_tpcnvs
T_AthenaPoolCustomCnvWithKey(ISvcLocator *pSvcLocator, const char *name=nullptr)
Helper to copy an object while applying thinning.