Return whether an option needs a value to be valid. Generally true for all options not bound to boolean values. \note Not intended to be called from user code. */
| 248 | \note Not intended to be called from user code. |
| 249 | */ |
| 250 | virtual bool needsValue() const |
| 251 | { return true; } |
| 252 | |
| 253 | /** |
| 254 | Set a an argument's value from a string. |
no outgoing calls
no test coverage detected