nl::ArgParser::OptionSetBase
Stay organized with collections
Save and categorize content based on your preferences.
This is an abstract class.
#include <src/lib/support/nlargparser.hpp>
An OptionSet where the handler is a virtual function.
Summary
Inheritance
Inherits from: nl::ArgParser::OptionSetDirect Known Subclasses: nl::ArgParser::HelpOptions
Constructors and Destructors |
|
---|---|
OptionSetBase()
|
Public functions |
|
---|---|
HandleOption(const char *progName, OptionSet *optSet, int id, const char *name, const char *arg)=0
|
virtual bool
|
Public functions
HandleOption
virtual bool HandleOption( const char *progName, OptionSet *optSet, int id, const char *name, const char *arg )=0
OptionSetBase
OptionSetBase()