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