Kagome
Polkadot Runtime Engine in C++17
|
This is the complete list of members for Command, including all inherited members.
assertArgumentCount(const ArgumentList &args, int min, int max) | Command | inlineprotected |
Command(std::string name, std::string description) | Command | inline |
description | Command | private |
execute(std::ostream &out, const ArgumentList &args)=0 | Command | pure virtual |
getDescription() const | Command | inline |
getName() const | Command | inline |
name | Command | private |
throwError(const char *fmt, Ts &&...ts) const | Command | inlineprotected |
unwrapResult(std::string_view context, outcome::result< T > &&res) const | Command | inlineprotected |
~Command()=default | Command | virtual |