Jpp  master_rocky-40-g5f0272dcd
the software that should make you happy
Public Member Functions | List of all members
JSUPPORT::JAutoTreeWriter< JKey_t >::JElement_t Struct Reference

Auxiliary class for element insertion. More...

#include <JAutoTreeWriter.hh>

Inheritance diagram for JSUPPORT::JAutoTreeWriter< JKey_t >::JElement_t:

Public Member Functions

template<class T >
 JElement_t (JType< T > type)
 Constructor. More...
 

Detailed Description

template<class JKey_t>
struct JSUPPORT::JAutoTreeWriter< JKey_t >::JElement_t

Auxiliary class for element insertion.

Definition at line 145 of file JAutoTreeWriter.hh.

Constructor & Destructor Documentation

◆ JElement_t()

template<class JKey_t >
template<class T >
JSUPPORT::JAutoTreeWriter< JKey_t >::JElement_t::JElement_t ( JType< T >  type)
inline

Constructor.

Parameters
typedata type

Definition at line 154 of file JAutoTreeWriter.hh.

154  :
155  value_type(getKey(type), &JROOT::getTreeCopyWriter<T>())
156  {}
static JKey_t getKey(JType< T > type)
Get key.
JAutoMap< JKey_t, JTreeCopyWriterInterface * >::value_type value_type

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