ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
ShowRequest< Type > Class Template Reference

#include <ShowRequest.h>

Collaboration diagram for ShowRequest< Type >:

Public Member Functions

 ShowRequest (const Type &, bool)
 
 ShowRequest (const Type *, bool)
 
 ~ShowRequest ()
 

Public Attributes

const Typem_object
 
bool m_detail
 

Detailed Description

template<class Type>
class ShowRequest< Type >

Definition at line 12 of file ShowRequest.h.

Constructor & Destructor Documentation

◆ ShowRequest() [1/2]

template<class Type >
ShowRequest< Type >::ShowRequest ( const Type obj,
bool  detail 
)

Definition at line 23 of file ShowRequest.h.

23 : m_object(&obj), m_detail(detail) {}

◆ ShowRequest() [2/2]

template<class Type >
ShowRequest< Type >::ShowRequest ( const Type obj,
bool  detail 
)

Definition at line 25 of file ShowRequest.h.

◆ ~ShowRequest()

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

Definition at line 20 of file ShowRequest.h.

20 {}

Member Data Documentation

◆ m_detail

template<class Type >
bool ShowRequest< Type >::m_detail

Definition at line 15 of file ShowRequest.h.

◆ m_object

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

Definition at line 14 of file ShowRequest.h.


The documentation for this class was generated from the following file:
ShowRequest::m_object
const Type * m_object
Definition: ShowRequest.h:14
detail
Definition: extract_histogram_tag.cxx:14
ShowRequest::m_detail
bool m_detail
Definition: ShowRequest.h:15
python.PyAthena.obj
obj
Definition: PyAthena.py:135