ATLAS Offline Software
Loading...
Searching...
No Matches
ShowData< Type > Class Template Reference

#include <ShowData.h>

Collaboration diagram for ShowData< Type >:

Public Member Functions

 ShowData (const Type *, const std::string &, bool)
 ShowData (const Type &, const std::string &, bool)
 ~ShowData ()

Public Attributes

const Typem_object
const std::string m_element
const bool m_detail

Detailed Description

template<class Type>
class ShowData< Type >

Definition at line 8 of file ShowData.h.

Constructor & Destructor Documentation

◆ ShowData() [1/2]

template<class Type>
ShowData< Type >::ShowData ( const Type * obj,
const std::string & element,
bool detail )

Definition at line 27 of file ShowData.h.

27 :
const std::string m_element
Definition ShowData.h:12
const Type * m_object
Definition ShowData.h:11
const bool m_detail
Definition ShowData.h:13

◆ ShowData() [2/2]

template<class Type>
ShowData< Type >::ShowData ( const Type & obj,
const std::string & element,
bool detail )

Definition at line 22 of file ShowData.h.

◆ ~ShowData()

template<class Type>
ShowData< Type >::~ShowData ( )
inline

Definition at line 18 of file ShowData.h.

18{}

Member Data Documentation

◆ m_detail

template<class Type>
const bool ShowData< Type >::m_detail

Definition at line 13 of file ShowData.h.

◆ m_element

template<class Type>
const std::string ShowData< Type >::m_element

Definition at line 12 of file ShowData.h.

◆ m_object

template<class Type>
const Type* ShowData< Type >::m_object

Definition at line 11 of file ShowData.h.


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