Porytiles
|
Command is an abstract class that provides basic command functionality for the Porytiles CLI driver. More...
#include <command.hpp>
Public Member Functions | |
virtual | ~Command ()=default |
Command (CLI::App &parent_app, const std::string &name, const std::string &desc, const std::string &group) | |
Command (const Command &)=delete | |
Command & | operator= (const Command &)=delete |
Command (Command &&)=delete | |
Command & | operator= (Command &&)=delete |
CLI::App & | get_app () const |
Protected Member Functions | |
virtual void | Run ()=0 |
Command is an abstract class that provides basic command functionality for the Porytiles CLI driver.
Definition at line 15 of file command.hpp.
|
virtualdefault |
|
inline |
Definition at line 19 of file command.hpp.
|
delete |
|
delete |
|
inline |
Definition at line 41 of file command.hpp.
|
protectedpure virtual |