ATLAS Offline Software
|
#include <ShowRequest.h>
Public Member Functions | |
ShowRequest (const Type &, bool) | |
ShowRequest (const Type *, bool) | |
~ShowRequest () | |
Public Attributes | |
const Type * | m_object |
bool | m_detail |
Definition at line 12 of file ShowRequest.h.
ShowRequest< Type >::ShowRequest | ( | const Type & | obj, |
bool | detail | ||
) |
ShowRequest< Type >::ShowRequest | ( | const Type * | obj, |
bool | detail | ||
) |
|
inline |
Definition at line 20 of file ShowRequest.h.
bool ShowRequest< Type >::m_detail |
Definition at line 15 of file ShowRequest.h.
const Type* ShowRequest< Type >::m_object |
Definition at line 14 of file ShowRequest.h.