Jpp 20.0.0-27-g39925593c-D
the software that should make you happy
Loading...
Searching...
No Matches
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.
 

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 {}
JAutoMap< JKey_t, JTreeCopyWriterInterface * >::value_type value_type
static JKey_t getKey(JType< T > type)
Get key.

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