ATLAS Offline Software
Loading...
Searching...
No Matches
SG::detail::JaggedVecProxyValBase Class Reference

Adapter for holding the proxy base information by value. More...

#include <JaggedVecConversions.h>

Inheritance diagram for SG::detail::JaggedVecProxyValBase:
Collaboration diagram for SG::detail::JaggedVecProxyValBase:

Public Member Functions

 JaggedVecProxyValBase (const AuxDataSpanBase &elts, AuxVectorData &container, SG::auxid_t auxid)
 Constructor.

Protected Attributes

JaggedVecProxyBase m_base
 The proxy base information.

Friends

friend void::test_JaggedVecProxyValBase ()

Detailed Description

Adapter for holding the proxy base information by value.

This is used when creating proxies individually.

Definition at line 174 of file JaggedVecConversions.h.

Constructor & Destructor Documentation

◆ JaggedVecProxyValBase()

SG::detail::JaggedVecProxyValBase::JaggedVecProxyValBase ( const AuxDataSpanBase & elts,
AuxVectorData & container,
SG::auxid_t auxid )

Constructor.

Parameters
eltsThe elements of the jagged vector.
containerThe container holding this variable.
auxidThe aux ID of this variable.

◆ void::test_JaggedVecProxyValBase

void::test_JaggedVecProxyValBase ( )
friend

Member Data Documentation

◆ m_base

JaggedVecProxyBase SG::detail::JaggedVecProxyValBase::m_base
protected

The proxy base information.

Definition at line 193 of file JaggedVecConversions.h.


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