ATLAS Offline Software
|
Adapter for holding the proxy base information by value. More...
#include <JaggedVecConversions.h>
Public Member Functions | |
JaggedVecProxyValBase (const AuxDataSpanBase &elts, AuxVectorData &container, SG::auxid_t auxid) | |
Constructor. More... | |
Protected Member Functions | |
friend | void ::test_JaggedVecProxyValBase () |
Protected Attributes | |
JaggedVecProxyBase | m_base |
The proxy base information. More... | |
Adapter for holding the proxy base information by value.
This is used when creating proxies individually.
Definition at line 175 of file JaggedVecConversions.h.
SG::detail::JaggedVecProxyValBase::JaggedVecProxyValBase | ( | const AuxDataSpanBase & | elts, |
AuxVectorData & | container, | ||
SG::auxid_t | auxid | ||
) |
Constructor.
elts | The elements of the jagged vector. |
container | The container holding this variable. |
auxid | The aux ID of this variable. |
|
protected |
|
protected |
The proxy base information.
Definition at line 194 of file JaggedVecConversions.h.