#include "Teuchos_CommandLineProcessor.hpp"#include "Teuchos_TestForException.hpp"Include dependency graph for Teuchos_CommandLineProcessor.cpp:
Go to the source code of this file.
Namespaces | |
| namespace | Teuchos |
Defines | |
| #define | CLP_ERR_MSG |
| #define | CLP_ERR_MSG |
| #define | CLP_ERR_MSG |
Functions | |
| int | my_max (int a, int b) |
| std::string | remove_quotes (const std::string &str) |
| std::string | add_quotes (const std::string &str) |
|
|
Value: "Error, the value \"" << enum_str_val << "\" for the " \ << j<<(j==1?"st":(j==2?"nd":(j==3?"rd":"th"))) << " option --" \ << enum_opt_name << " was not recognized (use --help)!" |
|
|
Value: ( recogniseAllOptions() ? "Error" : "Warning" ) \ << ", option --" << enum_opt_name << " was given an invalid " \ "initial option value of " << opt_value << "!" |
|
|
Value: ( recogniseAllOptions() ? "Error" : "Warning" ) \ << ", the " << j<<(j==1?"st":(j==2?"nd":(j==3?"rd":"th"))) \ << " option \'" << argv[argv_i] << "\' was not recognized (use --help)!" |
|
||||||||||||
|
Definition at line 41 of file Teuchos_CommandLineProcessor.cpp. |
|
|
Definition at line 43 of file Teuchos_CommandLineProcessor.cpp. |
|
|
Definition at line 50 of file Teuchos_CommandLineProcessor.cpp. |
1.3.9.1