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

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

#include <MethodAccessor.h>

Collaboration diagram for ExpressionParsing::MethodHelper< T_Cont, T_src >::Kit:

Public Member Functions

 Kit (Kit &&)=default
 Kit (RootUtils::ClingCallWrapper< T_src > &&method_wrapper)
MethodHelper< T_Cont, T_src > create (const EventContext &, SG::ReadHandle< T_Cont > &handle) const

Private Attributes

RootUtils::ClingCallWrapper< T_src > m_methodWrapper

Detailed Description

template<class T_Cont, typename T_src>
class ExpressionParsing::MethodHelper< T_Cont, T_src >::Kit

Auxiliary class to create the corresponding auxiliary helper object.

Definition at line 123 of file MethodAccessor.h.

Constructor & Destructor Documentation

◆ Kit() [1/2]

template<class T_Cont, typename T_src>
ExpressionParsing::MethodHelper< T_Cont, T_src >::Kit::Kit ( Kit && )
default

◆ Kit() [2/2]

template<class T_Cont, typename T_src>
ExpressionParsing::MethodHelper< T_Cont, T_src >::Kit::Kit ( RootUtils::ClingCallWrapper< T_src > && method_wrapper)
inline

Definition at line 126 of file MethodAccessor.h.

RootUtils::ClingCallWrapper< T_src > m_methodWrapper
Auxiliary class to handle method calls of "scalar" containers (AuxElement).

Member Function Documentation

◆ create()

template<class T_Cont, typename T_src>
MethodHelper< T_Cont, T_src > ExpressionParsing::MethodHelper< T_Cont, T_src >::Kit::create ( const EventContext & ,
SG::ReadHandle< T_Cont > & handle ) const
inline

Definition at line 128 of file MethodAccessor.h.

128 {
130 }
MethodHelper(const RootUtils::ClingCallWrapper< T_src > &method_wrapper, const void *data)

Member Data Documentation

◆ m_methodWrapper

template<class T_Cont, typename T_src>
RootUtils::ClingCallWrapper<T_src> ExpressionParsing::MethodHelper< T_Cont, T_src >::Kit::m_methodWrapper
private

Definition at line 132 of file MethodAccessor.h.


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