ATLAS Offline Software
|
Base class for ELProxyT
, with the converter held by value.
More...
#include <ELProxy.h>
Public Types | |
using | Cont_t = CONT |
The Storable object referred to by links. More... | |
Public Member Functions | |
ELProxyValBase (PackedLinkConverter< CONT > &cnv) | |
Constructor. More... | |
ELProxyValBase (AuxVectorData &container, SG::auxid_t auxid, SG::auxid_t linked_auxid) | |
Constructor. More... | |
Protected Attributes | |
PackedLinkConverter< CONT > | m_cnv |
The contained converter. More... | |
using SG::detail::ELProxyValBase< CONT >::Cont_t = CONT |
SG::detail::ELProxyValBase< CONT >::ELProxyValBase | ( | PackedLinkConverter< CONT > & | cnv | ) |
Constructor.
cnv | Converter to copy. |
SG::detail::ELProxyValBase< CONT >::ELProxyValBase | ( | AuxVectorData & | container, |
SG::auxid_t | auxid, | ||
SG::auxid_t | linked_auxid | ||
) |
Constructor.
container | Container holding the variables. |
auxid | The ID of the PackedLink variable. |
linked_auxid | The ID of the linked DataLinks. |
|
protected |