载入中...
搜索中...
未找到
eve::cmd::BuildArgs结构体 参考
类 eve::cmd::BuildArgs 继承关系图:
Public 成员函数 | |
| void | setup (CLI::App &app, std::shared_ptr< CLI::Formatter > formatter) override |
| Registers options on the CLI11 sub-app. | |
| int | parse (CLI::App &app, Cmdline &cmd) override |
| Parses arguments and runs the command; returns the exit code. | |
Public 成员函数 继承自 eve::cmd::Handler | |
| virtual | ~Handler () |
Public 属性 | |
| string | log_path |
| string | platform |
| string | output_path |
| bool | release = false |
| bool | debug = false |
详细描述
成员函数说明
◆ parse()
|
inlineoverridevirtual |
Parses arguments and runs the command; returns the exit code.
实现了 eve::cmd::Handler.
引用了 eve::cmd::Cmdline::Build(), debug, eve::cmd::Cmdline::get_remaining(), output_path, platform , 以及 release.
◆ setup()
|
inlineoverridevirtual |
Registers options on the CLI11 sub-app.
实现了 eve::cmd::Handler.
引用了 debug, log_path, output_path, platform , 以及 release.
类成员变量说明
◆ debug
◆ log_path
◆ output_path
◆ platform
◆ release
该结构体的文档由以下文件生成:
- src/engine/cmdline/Build.cpp
Public 成员函数 继承自