ATLAS Offline Software
Public Types | Public Member Functions | Protected Attributes | List of all members
SG::detail::ELProxyRefBase< CONT > Class Template Reference

Base class for ELProxyT, with the converter held by reference. More...

#include <ELProxy.h>

Collaboration diagram for SG::detail::ELProxyRefBase< CONT >:

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...
 

Detailed Description

template<class CONT>
class SG::detail::ELProxyRefBase< CONT >

Base class for ELProxyT, with the converter held by reference.

Definition at line 73 of file ELProxy.h.

Member Typedef Documentation

◆ Cont_t

template<class CONT >
using SG::detail::ELProxyRefBase< CONT >::Cont_t = CONT

The Storable object referred to by links.

Definition at line 77 of file ELProxy.h.

Constructor & Destructor Documentation

◆ ELProxyRefBase()

template<class CONT >
SG::detail::ELProxyRefBase< CONT >::ELProxyRefBase ( PackedLinkConverter< CONT > &  cnv)

Constructor.

Parameters
cnvConverter to reference.

Member Data Documentation

◆ m_cnv

template<class CONT >
PackedLinkConverter<CONT>& SG::detail::ELProxyRefBase< CONT >::m_cnv
protected

Converter reference.

Definition at line 88 of file ELProxy.h.


The documentation for this class was generated from the following file: