Interface for the callback to print the help assositated with the given option. More...
#include <mia/core/cmdlineparser.hh>
Public Member Functions | |
virtual void | print (std::ostream &os) const =0 |
Interface for the callback to print the help assositated with the given option.
Definition at line 175 of file cmdlineparser.hh.
|
pure virtual |
Interface to print the help
os | output stream to print to |