|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef DATAMODELATHENAPOOL_DATALINKCNV_p2_H
6 #define DATAMODELATHENAPOOL_DATALINKCNV_p2_H
21 template <
class DLINK_TYPE>
43 #endif // not __REFLEX__
50 template <
class DLINKVector_TYPE>
54 DataLinkCnv_p2<typename DLINKVector_TYPE::value_type > >
virtual void transToPers(const TRANS *transObj, PERS *persObj, MsgStream &log) const =0
Convert transient representation to persistent one.
virtual void persToTrans(const PersDLink_t &pers, DLink_t &trans, MsgStream &log) const
virtual void persToTrans(const PersDLink_t *pers, DLink_t *trans, MsgStream &log) const override
virtual void transToPers(const DLink_t &trans, PersDLink_t &pers, MsgStream &log) const
This file contains the class definition for DataLink_p2 and DataLinkVector_p2.
Persistent representation of DataLink contains the StoreGate key of the container object to which the...
virtual void persToTrans(const PERS *persObj, TRANS *transObj, MsgStream &log) const =0
Convert persistent representation to transient one.
virtual void transToPers(const DLink_t *trans, PersDLink_t *pers, MsgStream &log) const override