|
PISM, A Parallel Ice Sheet Model 2.2.2-d6b3a29ca committed by Constantine Khrulev on 2025-03-28
|
#include <cstring>#include <petscsys.h>#include "pism/util/error_handling.hh"#include "pism/util/Logger.hh"#include "pism/util/Units.hh"#include "pism/util/pism_utilities.hh"#include "pism/util/pism_options.hh"Go to the source code of this file.
Namespaces | |
| namespace | pism |
| namespace | pism::options |
| Utilities for processing command-line options. | |
Functions | |
| bool | pism::options::Bool (const std::string &option, const std::string &description) |
| void | pism::options::deprecated (const std::string &old_name, const std::string &new_name) |
Stop if an option old_name is set, printing a message that new_name should be used instead. | |
| void | pism::options::ignored (const Logger &log, const std::string &name) |
| Print a warning telling the user that an option was ignored. | |
| void | pism::options::forbidden (const std::string &name) |
Stop if an option name is set. | |
Variables | |
| static const int | pism::options::TEMPORARY_STRING_LENGTH = 32768 |