|
Porytiles
|
#include <verify_tileset_command.hpp>
Public Member Functions | |
| VerifyTilesetCommand (CLI::App &parent_app) | |
| void | Run () override |
Public Member Functions inherited from Command | |
| 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 |
Additional Inherited Members |
Definition at line 11 of file verify_tileset_command.hpp.
|
inlineexplicit |
Definition at line 13 of file verify_tileset_command.hpp.
|
inlineoverridevirtual |
Implements Command.
Definition at line 20 of file verify_tileset_command.hpp.