|
hgl 0.5.42~wheezy
A compiler/interpreter suite for developing images (plugin development)
|
Interface to enable command line options for plugins. More...
#include "ipluginpoptoptions.h"
Public Member Functions | |
Command line options support | |
| virtual struct::poptOption * | getPoptOptions () const _CONST |
| Get plugin supplied command line options. | |
Interface to enable command line options for plugins.
|
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.8.1.2