cmd_line_arg Struct Reference

#include <cli.h>


Detailed Description

A command-line argument.

Definition at line 179 of file cli.h.


Data Fields

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_optioncop
 A pointer to the appropriate (0, unless it's an option).

The documentation for this struct was generated from the following file:
Documentation generated with Doxygen and provided under the GNU Free Documentation License. See License Information for details.