![]() |
deltaFlow
|
Plain parsed-options data, separated from ArgumentParser's parsing logic (ISP). More...


Go to the source code of this file.
Classes | |
| struct | PowerFlowOptions |
| Plain data holder for parsed command-line options. More... | |
Plain parsed-options data, separated from ArgumentParser's parsing logic (ISP).
Consumers that only need the parsed values (e.g. PowerFlowApplication) can depend on this small data struct instead of the full ArgumentParser interface, which also carries parsing/help-printing responsibilities they don't need.
Definition in file PowerFlowOptions.H.