|
Kagome
Polkadot Runtime Engine in C++17
|
Public Member Functions | |
| PrintHelpCommand (CommandParser const &parser) | |
| virtual void | execute (std::ostream &out, const ArgumentList &args) override |
Public Member Functions inherited from Command | |
| Command (std::string name, std::string description) | |
| virtual | ~Command ()=default |
| std::string_view | getName () const |
| std::string_view | getDescription () const |
Private Attributes | |
| CommandParser const & | parser |
Additional Inherited Members | |
Protected Member Functions inherited from Command | |
| void | assertArgumentCount (const ArgumentList &args, int min, int max) |
| template<typename... Ts> | |
| void | throwError (const char *fmt, Ts &&...ts) const |
| template<typename T > | |
| T | unwrapResult (std::string_view context, outcome::result< T > &&res) const |
Definition at line 159 of file storage_explorer.cpp.
|
inlineexplicit |
Definition at line 161 of file storage_explorer.cpp.
|
inlineoverridevirtual |
Implements Command.
Definition at line 164 of file storage_explorer.cpp.
|
private |
Definition at line 170 of file storage_explorer.cpp.