ATLAS Offline Software
Public Member Functions | List of all members
ExpressionParsing::PlainValueHelper< T_src >::Kit Class Reference

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

#include <PlainAccessor.h>

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

Public Member Functions

PlainValueHelper< T_src > create (const EventContext &ctx, SG::ReadHandle< T_src > &handle) const
 

Detailed Description

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

Auxiliary class to create the corresponding auxiliary helper object.

Definition at line 81 of file PlainAccessor.h.

Member Function Documentation

◆ create()

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

Definition at line 83 of file PlainAccessor.h.

83  {
84  (void) ctx;
85  (void) handle;
86  return PlainValueHelper<T_src>();
87  }

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