@name 构造/析构函数 @{
| 97 | /// @name 构造/析构函数 |
| 98 | /// @{ |
| 99 | MsgExit(int _exit_code, bool _has_parent) |
| 100 | : exit_code(_exit_code), has_parent(_has_parent) {} |
| 101 | MsgExit() = default; |
| 102 | MsgExit(const MsgExit&) = default; |
| 103 | MsgExit(MsgExit&&) = default; |
nothing calls this directly
no outgoing calls
no test coverage detected