Reset the argument's state. Set the interval state of the argument and it's referenced variable as if no command-line parsing had occurred. \note For testing. Not intended to be called from user code. */
| 442 | \note For testing. Not intended to be called from user code. |
| 443 | */ |
| 444 | virtual void reset() |
| 445 | { |
| 446 | m_var = m_defaultVal; |
| 447 | m_set = false; |
| 448 | m_hidden = false; |
| 449 | } |
| 450 | |
| 451 | /** |
| 452 | Set the argument's value from the command-line args. |