A command-line argument for o2scl::cli. More...
#include <cli.h>
This is the internal structure that o2scl::cli uses to package command-line arguments.
Public Attributes | |
| std::string | arg |
| The argument. | |
| bool | is_option |
| Is an option? | |
| bool | is_valid |
| Is a properly formatted option. | |
| std::vector< std::string > | parms |
| List of parameters (empty, unless it's an option) | |
| comm_option_s * | cop |
| A pointer to the appropriate option (0, unless it's an option) | |
Documentation generated with Doxygen. Provided under the
GNU Free Documentation License (see License Information).