ATLAS Offline Software
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
SG::detail::JaggedVecProxyRefBase Class Reference

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

#include <JaggedVecConversions.h>

Inheritance diagram for SG::detail::JaggedVecProxyRefBase:
Collaboration diagram for SG::detail::JaggedVecProxyRefBase:

Public Member Functions

 JaggedVecProxyRefBase (JaggedVecProxyBase &base)
 Constructor. More...
 

Protected Member Functions

friend void ::test_JaggedVecProxyRefBase ()
 

Protected Attributes

JaggedVecProxyBasem_base
 The proxy base information. More...
 

Detailed Description

Adapter for holding the proxy base information by reference.

This is used when creating proxies as part of a span.

Definition at line 203 of file JaggedVecConversions.h.

Constructor & Destructor Documentation

◆ JaggedVecProxyRefBase()

SG::detail::JaggedVecProxyRefBase::JaggedVecProxyRefBase ( JaggedVecProxyBase base)

Constructor.

Parameters
baseThe base information.

Member Function Documentation

◆ void ::test_JaggedVecProxyRefBase()

SG::detail::JaggedVecProxyRefBase::void ::test_JaggedVecProxyRefBase ( )
protected

Member Data Documentation

◆ m_base

JaggedVecProxyBase& SG::detail::JaggedVecProxyRefBase::m_base
protected

The proxy base information.

Definition at line 218 of file JaggedVecConversions.h.


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