Constructor @param option_parser the OptionParser to create the help message from
| 436 | /// Constructor |
| 437 | /// @param option_parser the OptionParser to create the help message from |
| 438 | explicit OptionPrinter(const OptionParser* option_parser) : option_parser_(option_parser) |
| 439 | { |
| 440 | } |
| 441 | |
| 442 | /// Destructor |
| 443 | virtual ~OptionPrinter() = default; |
nothing calls this directly
no outgoing calls
no test coverage detected