Skip to content

TPTools+AthenaPoolCnvSvc: Add const interfaces for calling TP converters.

Scott Snyder requested to merge ssnyder/athena:tpconst.TPTools-20190911 into master

Introduce TPConverterConstBase. This works like TPConverterBase except that the methods called on the derived class are const, and take arguments by reference instead of by pointer.

Also add TPCnvStdVectorConst.

Add aliases: T_AthenaPoolTPCnvConstBase = TPConverterConstBase T_AthenaPoolTPCnvStdVectorConst = TPCnvStdVectorConst

Merge request reports