Jpp  15.0.2
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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 143 of file JAutoTreeWriter.hh.

Constructor & Destructor Documentation

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 152 of file JAutoTreeWriter.hh.

152  :
153  value_type(getKey(type), &JROOT::getTreeCopyWriter<T>())
154  {}
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: