Interface to enable command line options for plugins. More...
#include <ipluginpoptoptions.h>
Public Member Functions | |
Command line options support | |
| virtual struct::poptOption * | getPoptOptions () const |
| Get plugin supplied command line options. | |
Interface to enable command line options for plugins.
| virtual struct ::poptOption* HGL::Common::IPluginPoptOptions::getPoptOptions | ( | ) | const [virtual] |
Get plugin supplied command line options.
The default implementation returns NULL i.e. it won't provide own command line options
In your POPT_ARG_CALLBACK you can indicate HGL to exit gracefully by throwing HGL::Exception::PoptExitException
1.6.1