5#ifndef ATHENAPOOLCNVSVC_T_ATHENAPOOLTPCONVERTER_H
6#define ATHENAPOOLCNVSVC_T_ATHENAPOOLTPCONVERTER_H 1
14template<
class TRANS,
class PERS>
31template<
class TRANS_BASE,
class TRANS,
class PERS>
34template<
class TRANS_BASE,
class TRANS,
class PERS>
37template<
class TRANS_BASE,
class TRANS,
class PERS>
40template<
class TRANS,
class PERS >
43template<
class TRANS,
class PERS >
46template<
class TRANS,
class PERS >
50template<
class TRANS,
class PERS,
class CONV>
53template<
class TRANS,
class PERS,
class CONV>
56template<
class TRANS,
class PERS,
class CONV>
59template<
class TRANS,
class PERS,
class CONV>
62template<
class TRANS,
class PERS,
class CONV>
65template<
class TRANS,
class PERS,
class CONV>
68template<
class TRANS,
class PERS,
class CONV>
71template<
class TRANS,
class PERS,
class CONV>
74template<
class TRANS,
class PERS,
class CONV>
77template<
class TRANS,
class PERS,
class CONV>
80template<
class TRANS,
class PERS,
class CONV>
This file contains template definitions for Transient/Persistent converters.
TPAbstractPolyCnvBase< TRANS_BASE, TRANS, PERS > T_AthenaPoolTPAbstractPolyCnvBase
TPCnvIDContFromIdentifier< TRANS, PERS, CONV > T_AthenaPoolTPCnvIDContFromIdentifier
TPThinnedPtrVectorCnv< TRANS, PERS, CONV > T_AthenaPoolTPThinnedPtrVectorCnv
TPAbstractPolyCnvConstBase< TRANS_BASE, TRANS, PERS > T_AthenaPoolTPAbstractPolyCnvConstBase
TPCnvStdVector< TRANS, PERS, CONV > T_AthenaPoolTPCnvStdVector
TPCnvIDCont< TRANS, PERS, CONV > T_AthenaPoolTPCnvIDCont
TPPolyCnvBase< TRANS_BASE, TRANS, PERS > T_AthenaPoolTPPolyCnvBase
TPPtrVectorCnvConst< TRANS, PERS, CONV > T_AthenaPoolTPPtrVectorCnvConst
TPCnvStdVectorConst< TRANS, PERS, CONV > T_AthenaPoolTPCnvStdVectorConst
TPPolyVectorCnv< TRANS, PERS, CONV > T_AthenaPoolTPPolyVectorCnv
TPPtrVectorCnv< TRANS, PERS, CONV > T_AthenaPoolTPPtrVectorCnv
TPCnvVectorConst< TRANS, PERS, CONV > T_AthenaPoolTPCnvVectorConst
TPCnvVector< TRANS, PERS, CONV > T_AthenaPoolTPCnvVector
TPPolyVectorCnvConst< TRANS, PERS, CONV > T_AthenaPoolTPPolyVectorCnvConst
TPConverterBase< TRANS, PERS > T_AthenaPoolTPCnvBase
TPConverterConstBase< TRANS, PERS > T_AthenaPoolTPCnvConstBase
TPConverterWithKeyBase< TRANS, PERS > T_AthenaPoolTPCnvWithKeyBase
The most basic TP converter template which is parametrized by transient and persistent types.
In contrast to TPAbstractPolyCnvBase, this calls const methods to do the conversion.
Const version of TPCnvStdVector.
TP Converter template for a "regular" type.
TP Converter template for a "regular" type.
TP Converter template for a "regular" type.
Base TP converter template parametrized by transient and persistent types.
Converter between: transient vector of T* (like DataVector<T>) and persistent vector<T> Uses converte...
Converter between: transient vector of T* (like DataVector<T>) and persistent vector<T> Uses converte...
Converter between: transient vector of T* (like DataVector<T>) and persistent vector<T> where T is NO...
Converter between: transient vector of T* (like DataVector<T>) and persistent vector<T> where T is NO...
Converter between: transient vector of T* (like DataVector<T>) and persistent vector<T> where T is NO...