Reset the state of all arguments and bound variables as if no parsing had occurred. */
| 1302 | had occurred. |
| 1303 | */ |
| 1304 | void reset() |
| 1305 | { |
| 1306 | for (auto ai = m_args.begin(); ai != m_args.end(); ++ai) |
| 1307 | (*ai)->reset(); |
| 1308 | } |
| 1309 | |
| 1310 | /** |
| 1311 | Return a string suitable for use in a "usage" line for display to |