|
CatapultServer
v0.5.0.1 (Elephant)
|
Interface for command line parsing. More...

Public Member Functions | |
| virtual | ~CommandParser ()=default |
| virtual std::string | name () const =0 |
| Returns name of the command. More... | |
| virtual void | prepareOptions (OptionsBuilder &optionsBuilder, OptionsPositional &positional)=0 |
| Prepare named (optionsBuilder) and positional options of the tool. More... | |
Interface for command line parsing.
|
virtualdefault |
|
pure virtual |
Returns name of the command.
Implemented in catapult::tools::NetworkCensusTool< TNodeInfo >.

|
pure virtual |
Prepare named (optionsBuilder) and positional options of the tool.
Implemented in catapult::tools::NetworkCensusTool< TNodeInfo >.