Definition at line 1374 of file OptionParser.h.
Public Member Functions | |
| virtual | ~Action ()=default | 
| virtual bool | finished (int numargs, const char **args) | 
| Called by Parser::workhorse() after finishing the parse.   | |
| virtual bool | perform (Option &) | 
| Called by Parser::workhorse() for each Option that has been successfully parsed (including unknown options if they have a Descriptor whose Descriptor::check_arg does not return ARG_ILLEGAL.   | |
#include </github/home/ROOT-CI/src/core/dictgen/res/OptionParser.h>
      
  | 
  virtualdefault | 
      
  | 
  inlinevirtual | 
Called by Parser::workhorse() after finishing the parse.
| numargs | the number of non-option arguments remaining | 
| args | pointer to the first remaining non-option argument (if numargs > 0). | 
false iff a fatal error has occurred. Reimplemented in ROOT::option::Parser::StoreOptionAction.
Definition at line 1397 of file OptionParser.h.
Called by Parser::workhorse() for each Option that has been successfully parsed (including unknown options if they have a Descriptor whose Descriptor::check_arg does not return ARG_ILLEGAL.
Returns false iff a fatal error has occured and the parse should be aborted. 
Reimplemented in ROOT::option::Stats::CountOptionsAction, and ROOT::option::Parser::StoreOptionAction.
Definition at line 1384 of file OptionParser.h.