LCIO
02.17
|
Template handle class for LCObjects. More...
#include <LCObjectHandle.h>
Public Member Functions | |
virtual | ~LCObjectHandle () |
LCObjectHandle (T *obj) | |
LCObjectHandle (EVENT::LCObject *obj) | |
T * | operator-> () |
T * | lcObj () |
Protected Attributes | |
T * | _lcObj |
Template handle class for LCObjects.
Definition at line 15 of file LCObjectHandle.h.
|
inlinevirtual |
Definition at line 21 of file LCObjectHandle.h.
|
inline |
Definition at line 23 of file LCObjectHandle.h.
|
inline |
Definition at line 26 of file LCObjectHandle.h.
References UTIL::LCObjectHandle< T >::_lcObj.
|
inline |
Definition at line 36 of file LCObjectHandle.h.
References UTIL::LCObjectHandle< T >::_lcObj.
|
inline |
Definition at line 34 of file LCObjectHandle.h.
References UTIL::LCObjectHandle< T >::_lcObj.
|
protected |
Definition at line 18 of file LCObjectHandle.h.
Referenced by UTIL::LCObjectHandle< T >::lcObj(), UTIL::LCObjectHandle< T >::LCObjectHandle(), and UTIL::LCObjectHandle< T >::operator->().