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