Get a pointer to the help flag.
| 6168 | |
| 6169 | /// Get a pointer to the help flag. |
| 6170 | Option *get_help_ptr() { return help_ptr_; } |
| 6171 | |
| 6172 | /// Get a pointer to the help flag. (const) |
| 6173 | const Option *get_help_ptr() const { return help_ptr_; } |
no outgoing calls
no test coverage detected