|
ONE - On-device Neural Engine
|
#include <FunctionCommand.h>

Public Types | |
| using | Entry = int(*)(int argc, const char *const *argv) |
Public Member Functions | |
| FunctionCommand (const Entry &entry) | |
| int | run (int argc, const char *const *argv) const override |
Public Member Functions inherited from cli::Command | |
| virtual | ~Command ()=default |
Definition at line 25 of file FunctionCommand.h.
| using cli::FunctionCommand::Entry = int (*)(int argc, const char *const *argv) |
Definition at line 29 of file FunctionCommand.h.
|
inline |
Definition at line 32 of file FunctionCommand.h.
References entry().
|
inlineoverridevirtual |
Implements cli::Command.
Definition at line 38 of file FunctionCommand.h.