Teuchos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Teuchos_VerbosityLevelCommandLineProcessorHelpers.hpp
Go to the documentation of this file.
1 // @HEADER
2 // *****************************************************************************
3 // Teuchos: Common Tools Package
4 //
5 // Copyright 2004 NTESS and the Teuchos contributors.
6 // SPDX-License-Identifier: BSD-3-Clause
7 // *****************************************************************************
8 // @HEADER
9 
10 #ifndef TEUCHOS_VERBOSITY_LEVEL_COMMANDLINE_PROCESSOR_HELPERS_HPP
11 #define TEUCHOS_VERBOSITY_LEVEL_COMMANDLINE_PROCESSOR_HELPERS_HPP
12 
14 
15 
16 namespace Teuchos {
17 
18 
19 class CommandLineProcessor;
20 
21 
26 void setVerbosityLevelOption(
27  const std::string &optionName,
28  EVerbosityLevel *verbLevel,
29  const std::string &docString,
30  CommandLineProcessor *clp,
31  const bool required = false
32  );
33 
34 
35 } // namespace Teuchos
36 
37 
38 #endif // TEUCHOS_VERBOSITY_LEVEL_COMMANDLINE_PROCESSOR_HELPERS_HPP
EVerbosityLevel
Verbosity level.