R3BROOT
R3B analysis software
|
#include <R3BShared.h>
Public Member Functions | |
LRPair ()=default | |
LRPair (const DataType &left, const DataType &right) | |
auto | left () -> DataType & |
auto | right () -> DataType & |
auto | left () const -> const DataType & |
auto | right () const -> const DataType & |
auto | get (Side side) const -> const DataType & |
auto | get (Side side) -> DataType & |
void | set_left (const DataType &value) |
void | set_right (const DataType &value) |
ClassDefNV (LRPair, 2) | |
Definition at line 132 of file R3BShared.h.
|
default |
|
inline |
Definition at line 136 of file R3BShared.h.
R3B::LRPair< DataType >::ClassDefNV | ( | LRPair< DataType > | , |
2 | ) |
|
inline |
Definition at line 147 of file R3BShared.h.
|
inline |
Definition at line 146 of file R3BShared.h.
|
inline |
Definition at line 142 of file R3BShared.h.
|
inline |
Definition at line 144 of file R3BShared.h.
|
inline |
Definition at line 143 of file R3BShared.h.
|
inline |
Definition at line 145 of file R3BShared.h.
|
inline |
Definition at line 148 of file R3BShared.h.
|
inline |
Definition at line 149 of file R3BShared.h.