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) | |
Private Attributes | |
std::pair< DataType, DataType > | data_ |
bool | is_valid = false |
Definition at line 140 of file R3BShared.h.
|
default |
|
inline |
Definition at line 144 of file R3BShared.h.
R3B::LRPair< DataType >::ClassDefNV | ( | LRPair< DataType > | , |
2 | ) |
|
inline |
Definition at line 155 of file R3BShared.h.
|
inline |
Definition at line 154 of file R3BShared.h.
|
inline |
Definition at line 150 of file R3BShared.h.
|
inline |
Definition at line 152 of file R3BShared.h.
|
inline |
Definition at line 151 of file R3BShared.h.
|
inline |
Definition at line 153 of file R3BShared.h.
|
inline |
Definition at line 156 of file R3BShared.h.
|
inline |
Definition at line 157 of file R3BShared.h.
|
private |
Definition at line 160 of file R3BShared.h.
|
private |
Definition at line 161 of file R3BShared.h.