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::enum_opt_data_t Struct Reference

Public Member Functions

 enum_opt_data_t ()
 
 enum_opt_data_t (int *_enum_option_val, const int _num_enum_opt_values, const int _enum_opt_values[], const char *_enum_opt_names[])
 

Public Attributes

int * enum_option_val
 
int num_enum_opt_values
 
std::vector< int > enum_opt_values
 
std::vector< std::string > enum_opt_names
 

Detailed Description

Definition at line 498 of file Teuchos_CommandLineProcessor.hpp.

Constructor & Destructor Documentation

◆ enum_opt_data_t() [1/2]

Teuchos::CommandLineProcessor::enum_opt_data_t::enum_opt_data_t ( )
inline

Definition at line 499 of file Teuchos_CommandLineProcessor.hpp.

◆ enum_opt_data_t() [2/2]

Teuchos::CommandLineProcessor::enum_opt_data_t::enum_opt_data_t ( int *  _enum_option_val,
const int  _num_enum_opt_values,
const int  _enum_opt_values[],
const char *  _enum_opt_names[] 
)
inline

Definition at line 502 of file Teuchos_CommandLineProcessor.hpp.

Member Data Documentation

◆ enum_option_val

int* Teuchos::CommandLineProcessor::enum_opt_data_t::enum_option_val

Definition at line 515 of file Teuchos_CommandLineProcessor.hpp.

◆ num_enum_opt_values

int Teuchos::CommandLineProcessor::enum_opt_data_t::num_enum_opt_values

Definition at line 516 of file Teuchos_CommandLineProcessor.hpp.

◆ enum_opt_values

std::vector<int> Teuchos::CommandLineProcessor::enum_opt_data_t::enum_opt_values

Definition at line 517 of file Teuchos_CommandLineProcessor.hpp.

◆ enum_opt_names

std::vector<std::string> Teuchos::CommandLineProcessor::enum_opt_data_t::enum_opt_names

Definition at line 518 of file Teuchos_CommandLineProcessor.hpp.


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