ATLAS Offline Software
|
Auxiliary class to handle method calls of vector containers (AuxVectorBase) More...
#include <MethodAccessor.h>
Classes | |
class | Kit |
Auxiliary class to create the corresponding auxiliary helper object. More... | |
Public Member Functions | |
CollectionMethodHelper (const RootUtils::TSMethodCall &method_call, const TVirtualCollectionProxy &collection_proxy, const void *data, [[maybe_unused]] unsigned int n_elements) | |
std::size_t | size (const T_Cont &) const |
T_src | get (const T_Cont &) const |
Get the scalar provided by the container. More... | |
T_src | get (const T_Cont &, std::size_t idx) const |
Get the specified element of the vector provided by the container. More... | |
Private Attributes | |
RootUtils::TSMethodCall m_methodCall | ATLAS_THREAD_SAFE |
std::unique_ptr< TVirtualCollectionProxy > | m_collectionProxy |
Auxiliary class to handle method calls of vector containers (AuxVectorBase)
Definition at line 30 of file MethodAccessor.h.
|
inline |
Definition at line 32 of file MethodAccessor.h.
|
inline |
|
inline |
Get the specified element of the vector provided by the container.
Definition at line 56 of file MethodAccessor.h.
|
inline |
Definition at line 43 of file MethodAccessor.h.
|
mutableprivate |
Definition at line 84 of file MethodAccessor.h.
|
private |
Definition at line 85 of file MethodAccessor.h.