#include <command_line_params.h>
|
| QUDAApp (std::string app_description="", std::string app_name="") |
|
virtual | ~QUDAApp () |
|
template<typename T > |
CLI::Option * | add_mgoption (std::string option_name, std::array< T, QUDA_MAX_MG_LEVEL > &variable, CLI::Validator trans, std::string option_description="", bool defaulted=false) |
|
template<typename T > |
CLI::Option * | add_mgoption (CLI::Option_group *group, std::string option_name, std::array< T, QUDA_MAX_MG_LEVEL > &variable, CLI::Validator trans, std::string option_description="", bool defaulted=false) |
|
template<typename T > |
CLI::Option * | add_mgoption (CLI::Option_group *group, std::string option_name, std::array< std::array< T, 4 >, QUDA_MAX_MG_LEVEL > &variable, CLI::Validator trans, std::string option_description="", bool defaulted=false) |
|
Definition at line 15 of file command_line_params.h.
◆ QUDAApp()
QUDAApp::QUDAApp |
( |
std::string |
app_description = "" , |
|
|
std::string |
app_name = "" |
|
) |
| |
|
inline |
◆ ~QUDAApp()
virtual QUDAApp::~QUDAApp |
( |
| ) |
|
|
inlinevirtual |
◆ add_mgoption() [1/3]
template<typename T >
CLI::Option* QUDAApp::add_mgoption |
( |
CLI::Option_group * |
group, |
|
|
std::string |
option_name, |
|
|
std::array< std::array< T, 4 >, QUDA_MAX_MG_LEVEL > & |
variable, |
|
|
CLI::Validator |
trans, |
|
|
std::string |
option_description = "" , |
|
|
bool |
defaulted = false |
|
) |
| |
|
inline |
◆ add_mgoption() [2/3]
template<typename T >
CLI::Option* QUDAApp::add_mgoption |
( |
CLI::Option_group * |
group, |
|
|
std::string |
option_name, |
|
|
std::array< T, QUDA_MAX_MG_LEVEL > & |
variable, |
|
|
CLI::Validator |
trans, |
|
|
std::string |
option_description = "" , |
|
|
bool |
defaulted = false |
|
) |
| |
|
inline |
◆ add_mgoption() [3/3]
template<typename T >
CLI::Option* QUDAApp::add_mgoption |
( |
std::string |
option_name, |
|
|
std::array< T, QUDA_MAX_MG_LEVEL > & |
variable, |
|
|
CLI::Validator |
trans, |
|
|
std::string |
option_description = "" , |
|
|
bool |
defaulted = false |
|
) |
| |
|
inline |
The documentation for this class was generated from the following file: