|
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.
Command is an abstract class that provides basic command functionality for the Porytiles CLI driver.
Definition at line 18 of file command.hpp.
|
virtualdefault |
|
inline |
Definition at line 22 of file command.hpp.
|
delete |
|
delete |
|
inline |
Definition at line 45 of file command.hpp.
|
protectedpure virtual |
Implemented in CreateTilesetCommand, DebugPrimaryCompileCommand, and VerifyTilesetCommand.