R3BROOT
R3B analysis software
|
#include <R3BProgramOptions.h>
Public Member Functions | |
OptionHandle (std::unique_ptr< Option< Type > > option) | |
auto | value () const |
auto | operator() () const |
auto | make_positional (int pos) -> OptionHandle< Type > && |
auto | operator-> () -> Option< Type > * |
Private Attributes | |
std::unique_ptr< Option< Type > > | option_ = nullptr |
Definition at line 197 of file R3BProgramOptions.h.
|
inlineexplicit |
Definition at line 200 of file R3BProgramOptions.h.
|
inline |
Definition at line 207 of file R3BProgramOptions.h.
|
inline |
Definition at line 206 of file R3BProgramOptions.h.
|
inline |
Definition at line 212 of file R3BProgramOptions.h.
|
inline |
Definition at line 205 of file R3BProgramOptions.h.
|
private |
Definition at line 215 of file R3BProgramOptions.h.