Set the argument's value from the list of command-line args. \note Not intended to be called from user code. \param vals The list of command-line argument values. */
| 277 | \param vals The list of command-line argument values. |
| 278 | */ |
| 279 | virtual void assignPositional(ArgValList& vals) |
| 280 | {} |
| 281 | |
| 282 | /** |
| 283 | Returns the positional type of the argument. |
no outgoing calls
no test coverage detected