|
R3BROOT
R3B analysis software
|
#include <R3BValueError.h>
Public Member Functions | |
| constexpr | ValueError (DataType val, DataType err) |
| constexpr | ValueError (DataType val) |
| ValueError () | |
| auto | operator- () const -> ValueError< DataType > |
| auto | operator+ (Arithmetic auto other) const -> ValueError< DataType > |
| auto | operator* (Arithmetic auto other) const -> ValueError< DataType > |
| auto | operator/ (Arithmetic auto other) const -> ValueError< DataType > |
| auto | operator- (Arithmetic auto val) const -> ValueError< DataType > |
| void | operator-= (Arithmetic auto val) |
| auto | operator> (Arithmetic auto val) -> bool |
| auto | operator< (Arithmetic auto val) -> bool |
| ClassDefNV (ValueError, 1) | |
Public Attributes | |
| bool | valid = true |
| DataType | value {} |
| DataType | error {} |
Definition at line 41 of file R3BValueError.h.
|
inlineconstexpr |
Definition at line 47 of file R3BValueError.h.
|
inlineexplicitconstexpr |
Definition at line 53 of file R3BValueError.h.
|
inline |
Definition at line 63 of file R3BValueError.h.
| R3B::ValueError< DataType >::ClassDefNV | ( | ValueError< DataType > | , |
| 1 | ) |
|
inline |
Definition at line 81 of file R3BValueError.h.
|
inline |
Definition at line 71 of file R3BValueError.h.
|
inline |
Definition at line 68 of file R3BValueError.h.
|
inline |
Definition at line 101 of file R3BValueError.h.
|
inline |
Definition at line 111 of file R3BValueError.h.
|
inline |
Definition at line 91 of file R3BValueError.h.
|
inline |
Definition at line 131 of file R3BValueError.h.
|
inline |
Definition at line 121 of file R3BValueError.h.
| DataType R3B::ValueError< DataType >::error {} |
Definition at line 45 of file R3BValueError.h.
| bool R3B::ValueError< DataType >::valid = true |
Definition at line 43 of file R3BValueError.h.
| DataType R3B::ValueError< DataType >::value {} |
Definition at line 44 of file R3BValueError.h.