![]() |
|
Structure to store information on a command line argument. More...
#include <oomph_utilities.h>
Public Member Functions | |
| ArgInfo (const bool &is_set, T *arg_pt, const std::string &doc) | |
| Proper constructor. More... | |
| ArgInfo () | |
Public Attributes | |
| bool | is_set |
| Has this argument been set? More... | |
| T * | arg_pt |
| The place to put the argument's value when it is set. More... | |
| std::string | doc |
| Information about what the argument does. More... | |
Structure to store information on a command line argument.
|
inline |
Proper constructor.
|
inline |
| T* oomph::CommandLineArgs::ArgInfo< T >::arg_pt |
The place to put the argument's value when it is set.
| std::string oomph::CommandLineArgs::ArgInfo< T >::doc |
Information about what the argument does.
| bool oomph::CommandLineArgs::ArgInfo< T >::is_set |
Has this argument been set?