ATLAS Offline Software
|
Base class for ELProxyT
, with the converter held by reference.
More...
#include <ELProxy.h>
Public Types | |
using | Cont_t = CONT |
The Storable object referred to by links. More... | |
Public Member Functions | |
ELProxyRefBase (PackedLinkConverter< CONT > &cnv) | |
Constructor. More... | |
Protected Attributes | |
PackedLinkConverter< CONT > & | m_cnv |
Converter reference. More... | |
Base class for ELProxyT
, with the converter held by reference.
using SG::detail::ELProxyRefBase< CONT >::Cont_t = CONT |
SG::detail::ELProxyRefBase< CONT >::ELProxyRefBase | ( | PackedLinkConverter< CONT > & | cnv | ) |
Constructor.
cnv | Converter to reference. |
|
protected |