Kagome
Polkadot Runtime Engine in C++17
|
Public Types | |
using | CommandFunctor = std::function< void(int, char **)> |
Public Member Functions | |
void | addCommand (std::unique_ptr< Command > cmd) |
void | invoke (const ArgumentList &args) const noexcept |
void | printCommands (std::ostream &out) const |
Private Attributes | |
std::unordered_map< std::string, std::unique_ptr< Command > > | commands_ |
Definition at line 95 of file storage_explorer.cpp.
using CommandParser::CommandFunctor = std::function<void(int, char **)> |
Definition at line 97 of file storage_explorer.cpp.
|
inline |
Definition at line 99 of file storage_explorer.cpp.
|
inlinenoexcept |
Definition at line 104 of file storage_explorer.cpp.
|
inline |
Definition at line 125 of file storage_explorer.cpp.
|
private |
Definition at line 132 of file storage_explorer.cpp.