ATLAS Offline Software
Loading...
Searching...
No Matches
ExpressionParsing::StdVectorHelper< T_src >::Kit Class Reference

Auxiliary class to create the corresponding auxiliary helper object. More...

#include <PlainAccessor.h>

Collaboration diagram for ExpressionParsing::StdVectorHelper< T_src >::Kit:

Public Member Functions

StdVectorHelper< T_src > create (const EventContext &ctx, SG::ReadHandle< std::vector< T_src > > &handle) const

Detailed Description

template<typename T_src>
class ExpressionParsing::StdVectorHelper< T_src >::Kit

Auxiliary class to create the corresponding auxiliary helper object.

Definition at line 47 of file PlainAccessor.h.

Member Function Documentation

◆ create()

template<typename T_src>
StdVectorHelper< T_src > ExpressionParsing::StdVectorHelper< T_src >::Kit::create ( const EventContext & ctx,
SG::ReadHandle< std::vector< T_src > > & handle ) const
inline

Definition at line 49 of file PlainAccessor.h.

49 {
50 (void) ctx;
51 (void) handle;
53 }
Auxiliary class to handle method calls of "scalar" containers (AuxElement).

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