Teuchos - Trilinos Tools Package  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces
Teuchos_CommandLineProcessor.hpp File Reference

Basic command line parser for input from (argc,argv[]) More...

#include "Teuchos_map.hpp"
#include "Teuchos_any.hpp"
#include "Teuchos_CompileTimeAssert.hpp"
#include "Teuchos_Ptr.hpp"
#include <vector>

Go to the source code of this file.

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 std::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...
 
class  Teuchos::CommandLineProcessor::TimeMonitorSurrogate
 Interface by which CommandLineProcessor may use TimeMonitor. More...
 

Namespaces

 Teuchos
 The Teuchos namespace contains all of the classes, structs and enums used by Teuchos, as well as a number of utility routines.
 

Detailed Description

Basic command line parser for input from (argc,argv[])

Definition in file Teuchos_CommandLineProcessor.hpp.