Public Member Functions
CHelpOption::Callback Class Referenceabstract

Interface for the callback to print the help assositated with the given option. More...

#include <mia/core/cmdlineparser.hh>

Inheritance diagram for CHelpOption::Callback:
TPluginHandlerHelpCallback< PluginHandler >

Public Member Functions

virtual void print (std::ostream &os) const =0
 

Detailed Description

Interface for the callback to print the help assositated with the given option.

Definition at line 175 of file cmdlineparser.hh.

Member Function Documentation

virtual void CHelpOption::Callback::print ( std::ostream &  os) const
pure virtual

Interface to print the help

Parameters
osoutput stream to print to

The documentation for this class was generated from the following file: