ATLAS Offline Software
|
Auxiliary class to handle method calls of "scalar" containers (AuxElement). More...
#include <PlainAccessor.h>
Classes | |
class | Kit |
Auxiliary class to create the corresponding auxiliary helper object. More... | |
Public Member Functions | |
std::size_t | size (const std::vector< T_src > &cont) const |
T_src | get (const std::vector< T_src > &cont) const |
Get the scalar provided by the container. More... | |
T_src | get (const std::vector< T_src > &cont, std::size_t idx) const |
Get the specified element of the vector provided by the container. More... | |
Auxiliary class to handle method calls of "scalar" containers (AuxElement).
Definition at line 26 of file PlainAccessor.h.
|
inline |
Get the scalar provided by the container.
Definition at line 33 of file PlainAccessor.h.
|
inline |
Get the specified element of the vector provided by the container.
Definition at line 39 of file PlainAccessor.h.
|
inline |
Definition at line 28 of file PlainAccessor.h.