LCIO
02.17
|
#include <Operators.h>
Public Member Functions | |
LCIO_LONG ()=default | |
LCIO_LONG (const LCIO_LONG &)=default | |
LCIO_LONG & | operator= (const LCIO_LONG &)=default |
LCIO_LONG (const T &o, const EVENT::LCCollection *c) | |
const T * | object (void) const |
const EVENT::LCCollection * | collection (void) const |
Private Attributes | |
const T * | obj {NULL} |
const EVENT::LCCollection * | col {NULL} |
Definition at line 160 of file Operators.h.
|
default |
|
default |
|
inline |
Definition at line 165 of file Operators.h.
References UTIL::LCIO_LONG< T >::col, and UTIL::LCIO_LONG< T >::obj.
|
inline |
Definition at line 167 of file Operators.h.
References UTIL::LCIO_LONG< T >::col.
|
inline |
Definition at line 166 of file Operators.h.
References UTIL::LCIO_LONG< T >::obj.
|
default |
|
private |
Definition at line 170 of file Operators.h.
Referenced by UTIL::LCIO_LONG< T >::collection(), and UTIL::LCIO_LONG< T >::LCIO_LONG().
|
private |
Definition at line 169 of file Operators.h.
Referenced by UTIL::LCIO_LONG< T >::LCIO_LONG(), and UTIL::LCIO_LONG< T >::object().