ATLAS Offline Software
|
Adapter for holding the proxy base information by reference. More...
#include <JaggedVecConversions.h>
Public Member Functions | |
JaggedVecProxyRefBase (JaggedVecProxyBase &base) | |
Constructor. More... | |
Protected Member Functions | |
friend | void ::test_JaggedVecProxyRefBase () |
Protected Attributes | |
JaggedVecProxyBase & | m_base |
The proxy base information. More... | |
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.
SG::detail::JaggedVecProxyRefBase::JaggedVecProxyRefBase | ( | JaggedVecProxyBase & | base | ) |
Constructor.
base | The base information. |
|
protected |
|
protected |
The proxy base information.
Definition at line 218 of file JaggedVecConversions.h.