Teuchos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Macros
Teuchos_CommandLineProcessor.cpp File Reference
#include "Teuchos_CommandLineProcessor.hpp"
#include "Teuchos_GlobalMPISession.hpp"
#include "Teuchos_VerboseObject.hpp"
#include "Teuchos_Assert.hpp"
#include "Teuchos_as.hpp"
#include "Teuchos_Array.hpp"
#include "unistd.h"
Include dependency graph for Teuchos_CommandLineProcessor.cpp:

Go to the source code of this file.

Namespaces

 Teuchos
 

Macros

#define CLP_ERR_MSG   "Error, the option --"<<opt_val_name<<" was required but was not set!"
 
#define CLP_ERR_MSG
 
#define CLP_ERR_MSG
 
#define CLP_ERR_MSG
 

Macro Definition Documentation

#define CLP_ERR_MSG   "Error, the option --"<<opt_val_name<<" was required but was not set!"
#define CLP_ERR_MSG
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)!"
#define CLP_ERR_MSG
Value:
( recogniseAllOptions() ? "Error" : "Warning" ) \
<< ", option --" << enum_opt_name << " was given an invalid " \
"initial option value of " << opt_value << "!"
#define CLP_ERR_MSG
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)!"