(argc,argv[]). More...
#include "Teuchos_map.hpp"
#include "Teuchos_any.hpp"
#include "Teuchos_CompileTimeAssert.hpp"
Go to the source code of this file.
Namespaces | |
| namespace | Teuchos |
Classes | |
| class | Teuchos::CommandLineProcessor |
Class that helps parse command line input arguments from (argc,argv[]) and set options. More... | |
| class | Teuchos::CommandLineProcessor::ParseError |
| Thrown if a parse exception occurs and throwExceptions==true. More... | |
| class | Teuchos::CommandLineProcessor::HelpPrinted |
| Thrown if --help was specified and throwExceptions==true. More... | |
| class | Teuchos::CommandLineProcessor::UnrecognizedOption |
| Thrown if an unrecognized option was found and throwExceptions==true. More... | |
(argc,argv[]).
Definition in file Teuchos_CommandLineProcessor.hpp.
1.3.9.1