Structure for storing information about a command line parameter. More...
#include <InputParameters.h>
| Public Types | |
| enum | ArgumentType { NONE, OPTIONAL, REQUIRED } | 
| Public Attributes | |
| std::string | syntax | 
| The syntax for the parameter.  More... | |
| std::vector< std::string > | switches | 
| The switches for the parameter (i.e., [-t, –timing])  More... | |
| ArgumentType | argument_type | 
| The type of argument.  More... | |
| bool | required | 
| Whether or not the argument is required.  More... | |
| bool | set_by_command_line = false | 
| Whether or not the parameter was set by the CommandLine.  More... | |
| bool | global = false | 
| Whether or not the parameter is global (passed to MultiApps)  More... | |
Structure for storing information about a command line parameter.
Definition at line 79 of file InputParameters.h.
| ArgumentType InputParameters::CommandLineMetadata::argument_type | 
The type of argument.
Definition at line 93 of file InputParameters.h.
Referenced by CommandLine::setCommandLineParam().
| bool InputParameters::CommandLineMetadata::global = false | 
Whether or not the parameter is global (passed to MultiApps)
Definition at line 99 of file InputParameters.h.
| bool InputParameters::CommandLineMetadata::required | 
Whether or not the argument is required.
Definition at line 95 of file InputParameters.h.
| bool InputParameters::CommandLineMetadata::set_by_command_line = false | 
Whether or not the parameter was set by the CommandLine.
Definition at line 97 of file InputParameters.h.
| std::vector<std::string> InputParameters::CommandLineMetadata::switches | 
The switches for the parameter (i.e., [-t, –timing])
Definition at line 91 of file InputParameters.h.
Referenced by MooseApp::copyInputs(), and MooseApp::showInputs().
| std::string InputParameters::CommandLineMetadata::syntax | 
The syntax for the parameter.
Definition at line 89 of file InputParameters.h.
 1.8.14
 1.8.14