Teuchos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Public Attributes
Teuchos::CommandLineProcessor::opt_doc_t Struct Reference

List of all members.

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 463 of file Teuchos_CommandLineProcessor.hpp.


Constructor & Destructor Documentation

Definition at line 464 of file Teuchos_CommandLineProcessor.hpp.

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 467 of file Teuchos_CommandLineProcessor.hpp.


Member Data Documentation

Definition at line 472 of file Teuchos_CommandLineProcessor.hpp.

Definition at line 473 of file Teuchos_CommandLineProcessor.hpp.

Definition at line 474 of file Teuchos_CommandLineProcessor.hpp.

Definition at line 475 of file Teuchos_CommandLineProcessor.hpp.

Definition at line 476 of file Teuchos_CommandLineProcessor.hpp.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines