Definition at line 49 of file storage_explorer.cpp.
Command::Command |
( |
std::string |
name, |
|
|
std::string |
description |
|
) |
| |
|
inline |
virtual Command::~Command |
( |
| ) |
|
|
virtualdefault |
void Command::assertArgumentCount |
( |
const ArgumentList & |
args, |
|
|
int |
min, |
|
|
int |
max |
|
) |
| |
|
inlineprotected |
virtual void Command::execute |
( |
std::ostream & |
out, |
|
|
const ArgumentList & |
args |
|
) |
| |
|
pure virtual |
std::string_view Command::getDescription |
( |
| ) |
const |
|
inline |
std::string_view Command::getName |
( |
| ) |
const |
|
inline |
template<typename... Ts>
void Command::throwError |
( |
const char * |
fmt, |
|
|
Ts &&... |
ts |
|
) |
| const |
|
inlineprotected |
template<typename T >
T Command::unwrapResult |
( |
std::string_view |
context, |
|
|
outcome::result< T > && |
res |
|
) |
| const |
|
inlineprotected |
std::string Command::description |
|
private |
std::string Command::name |
|
private |
The documentation for this class was generated from the following file: