ATLAS Offline Software
Loading...
Searching...
No Matches
TRT_BSErrContainerCnv_p1.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef INDETBYTESTREAMERRORSATHENAPOOL_TRT_BSERRCONTAINERCNV_P1_H
6#define INDETBYTESTREAMERRORSATHENAPOOL_TRT_BSERRCONTAINERCNV_P1_H
7
11
12
13class TRT_BSErrContainerCnv_p1 : public T_AthenaPoolTPCnvBase<TRT_BSErrContainer, TRT_BSErrContainer_p1>
14{
15 public:
17
18 virtual void persToTrans(const TRT_BSErrContainer_p1* persCont,
19 TRT_BSErrContainer* transCont,
20 MsgStream &log) ;
21 virtual void transToPers(const TRT_BSErrContainer* transCont,
22 TRT_BSErrContainer_p1* persCont,
23 MsgStream &log) ;
24 virtual TRT_BSErrContainer* createTransient(const TRT_BSErrContainer_p1* persObj, MsgStream& log) ;
25
26};
27
28#endif
TPConverterBase< TRANS, PERS > T_AthenaPoolTPCnvBase
virtual void transToPers(const TRT_BSErrContainer *transCont, TRT_BSErrContainer_p1 *persCont, MsgStream &log)
virtual TRT_BSErrContainer * createTransient(const TRT_BSErrContainer_p1 *persObj, MsgStream &log)
virtual void persToTrans(const TRT_BSErrContainer_p1 *persCont, TRT_BSErrContainer *transCont, MsgStream &log)