|
Storm 1.14.0.1
A Modern Probabilistic Model Checker
|


Go to the source code of this file.
Namespaces | |
| namespace | storm |
| namespace | storm::cli |
Macros | |
| #define | STORM_PRINT(message) |
| Define the macros that print information to stdout and optionally also log it. | |
| #define | STORM_PRINT_AND_LOG(message) |
Functions | |
| std::string | storm::cli::shellQuoteSingleIfNecessary (const std::string &arg) |
| For a command-line argument, returns a quoted version with single quotes if it contains unsafe characters. | |
| void | storm::cli::printHeader (std::string const &name, const int argc, const char **argv) |
| void | storm::cli::printVersion () |
| void | storm::cli::printTimeAndMemoryStatistics (uint64_t wallclockMilliseconds) |
| #define STORM_PRINT | ( | message | ) |
Define the macros that print information to stdout and optionally also log it.
These are CLI-only: library code must not write directly to stdout, so that downstream consumers (e.g. Python bindings) can control output purely through logging.