Teuchos Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
Teuchos::CommandLineProcessor::opt_val_val_t Struct Reference

Public Member Functions

 opt_val_val_t ()
 
 opt_val_val_t (EOptType opt_type_in, const any &opt_val_in, bool required_in)
 

Public Attributes

EOptType opt_type
 
any opt_val
 
bool required
 
bool was_read
 

Detailed Description

Definition at line 459 of file Teuchos_CommandLineProcessor.hpp.

Constructor & Destructor Documentation

◆ opt_val_val_t() [1/2]

Teuchos::CommandLineProcessor::opt_val_val_t::opt_val_val_t ( )
inline

Definition at line 460 of file Teuchos_CommandLineProcessor.hpp.

◆ opt_val_val_t() [2/2]

Teuchos::CommandLineProcessor::opt_val_val_t::opt_val_val_t ( EOptType opt_type_in,
const any & opt_val_in,
bool required_in )
inline

Definition at line 465 of file Teuchos_CommandLineProcessor.hpp.

Member Data Documentation

◆ opt_type

EOptType Teuchos::CommandLineProcessor::opt_val_val_t::opt_type

Definition at line 468 of file Teuchos_CommandLineProcessor.hpp.

◆ opt_val

any Teuchos::CommandLineProcessor::opt_val_val_t::opt_val

Definition at line 469 of file Teuchos_CommandLineProcessor.hpp.

◆ required

bool Teuchos::CommandLineProcessor::opt_val_val_t::required

Definition at line 470 of file Teuchos_CommandLineProcessor.hpp.

◆ was_read

bool Teuchos::CommandLineProcessor::opt_val_val_t::was_read

Definition at line 471 of file Teuchos_CommandLineProcessor.hpp.


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