|
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 |
Command is an abstract class that provides basic command functionality for the Porytiles CLI driver.
Command is an abstract class that provides basic command functionality for the Porytiles CLI driver.
Definition at line 16 of file command.hpp.
|
virtualdefault |
|
inline |
Definition at line 20 of file command.hpp.
|
delete |
|
delete |
|
inline |
Definition at line 42 of file command.hpp.