#include <command_line_inputs.hpp>
|
| bool | check (std::string input, std::string name, std::string explanation) |
| |
| void | print_options () |
| |
| void | error (std::string msg) |
| |
◆ CommandLineInputs()
| CommandLineInputs::CommandLineInputs |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
|
inline |
◆ check()
| bool CommandLineInputs::check |
( |
std::string |
input, |
|
|
std::string |
name, |
|
|
std::string |
explanation |
|
) |
| |
|
inlineprivate |
◆ error()
| void CommandLineInputs::error |
( |
std::string |
msg | ) |
|
|
inlineprivate |
◆ print_options()
| void CommandLineInputs::print_options |
( |
| ) |
|
|
inlineprivate |
◆ debug
| bool CommandLineInputs::debug |
◆ do_dryrun
| bool CommandLineInputs::do_dryrun |
◆ dryrun_n_mpi_ranks
| int CommandLineInputs::dryrun_n_mpi_ranks |
◆ first_input
| bool CommandLineInputs::first_input |
|
private |
◆ found
| bool CommandLineInputs::found |
|
private |
◆ max_walltime
| int CommandLineInputs::max_walltime |
◆ options
| std::vector<Option> CommandLineInputs::options |
|
private |
◆ perf_barriers
| bool CommandLineInputs::perf_barriers |
◆ run_moments_test
| bool CommandLineInputs::run_moments_test |
◆ run_particle_test
| bool CommandLineInputs::run_particle_test |
◆ update_moments_test
| bool CommandLineInputs::update_moments_test |
◆ update_particle_test
| bool CommandLineInputs::update_particle_test |
The documentation for this struct was generated from the following file: