|
LCIO
02.17
|
#include <LCRTRelations.h>
Public Types | |
| typedef bool | ptr |
| typedef bool & | ext_type |
| typedef U | tag |
Public Member Functions | |
| LCBoolExtension ()=default | |
| Constructor. More... | |
| ~LCBoolExtension ()=default | |
| Destructor. More... | |
| ptr & | pointer () |
| Extension data access. More... | |
Static Public Attributes | |
| static const int | allowed_to_call_ext = 1 |
Private Attributes | |
| ptr | _pointer {false} |
Definition at line 321 of file LCRTRelations.h.
| typedef bool& lcrtrel::LCBoolExtension< U >::ext_type |
Definition at line 324 of file LCRTRelations.h.
| typedef bool lcrtrel::LCBoolExtension< U >::ptr |
Definition at line 323 of file LCRTRelations.h.
| typedef U lcrtrel::LCBoolExtension< U >::tag |
Definition at line 325 of file LCRTRelations.h.
|
default |
Constructor.
|
default |
Destructor.
|
inline |
Extension data access.
Definition at line 337 of file LCRTRelations.h.
|
private |
Definition at line 342 of file LCRTRelations.h.
|
static |
Definition at line 326 of file LCRTRelations.h.
1.8.5