Teuchos Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
Teuchos::CommandLineProcessor::opt_doc_t Struct Reference

Public Member Functions

 opt_doc_t ()
 opt_doc_t (EOptType opt_type_in, const std::string &opt_name_in, const std::string &opt_name_false_in, const std::string &documentation_in, const any &default_val_in)

Public Attributes

EOptType opt_type
std::string opt_name
std::string opt_name_false
std::string documentation
any default_val

Detailed Description

Definition at line 477 of file Teuchos_CommandLineProcessor.hpp.

Constructor & Destructor Documentation

◆ opt_doc_t() [1/2]

Teuchos::CommandLineProcessor::opt_doc_t::opt_doc_t ( )
inline

Definition at line 478 of file Teuchos_CommandLineProcessor.hpp.

◆ opt_doc_t() [2/2]

Teuchos::CommandLineProcessor::opt_doc_t::opt_doc_t ( EOptType opt_type_in,
const std::string & opt_name_in,
const std::string & opt_name_false_in,
const std::string & documentation_in,
const any & default_val_in )
inline

Definition at line 481 of file Teuchos_CommandLineProcessor.hpp.

Member Data Documentation

◆ opt_type

EOptType Teuchos::CommandLineProcessor::opt_doc_t::opt_type

Definition at line 486 of file Teuchos_CommandLineProcessor.hpp.

◆ opt_name

std::string Teuchos::CommandLineProcessor::opt_doc_t::opt_name

Definition at line 487 of file Teuchos_CommandLineProcessor.hpp.

◆ opt_name_false

std::string Teuchos::CommandLineProcessor::opt_doc_t::opt_name_false

Definition at line 488 of file Teuchos_CommandLineProcessor.hpp.

◆ documentation

std::string Teuchos::CommandLineProcessor::opt_doc_t::documentation

Definition at line 489 of file Teuchos_CommandLineProcessor.hpp.

◆ default_val

any Teuchos::CommandLineProcessor::opt_doc_t::default_val

Definition at line 490 of file Teuchos_CommandLineProcessor.hpp.


The documentation for this struct was generated from the following file: