Teuchos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 *const _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 497 of file Teuchos_CommandLineProcessor.hpp.

Constructor & Destructor Documentation

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

Definition at line 498 of file Teuchos_CommandLineProcessor.hpp.

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 *const  _enum_opt_names[] 
)
inline

Definition at line 501 of file Teuchos_CommandLineProcessor.hpp.

Member Data Documentation

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

Definition at line 514 of file Teuchos_CommandLineProcessor.hpp.

int Teuchos::CommandLineProcessor::enum_opt_data_t::num_enum_opt_values

Definition at line 515 of file Teuchos_CommandLineProcessor.hpp.

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

Definition at line 516 of file Teuchos_CommandLineProcessor.hpp.

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

Definition at line 517 of file Teuchos_CommandLineProcessor.hpp.


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