![]() |
MaCh3
2.6.1
Reference Guide
|
#include <CLI/API/plugin.hpp>
Public Member Functions | |
| virtual | ~PluginBase ()=default |
Public Member Functions inherited from M3::IPlugin | |
| virtual | ~IPlugin ()=default |
| virtual int | Run ()=0 |
| Execute the plugin's main functionality. More... | |
| virtual MaCh3ArgumentParser * | get_parser ()=0 |
| Get the argument parser for this plugin. More... | |
Protected Attributes | |
| std::unique_ptr< MaCh3ArgumentParser > | m_parser |
| Argument parser for this plugin. More... | |
Definition at line 38 of file plugin.hpp.
|
virtualdefault |
|
protected |
Argument parser for this plugin.
Argument parser for this plugin
Definition at line 44 of file plugin.hpp.