|
🛰️航天仿真算法库 SpaceAST 0.0.1
|
Public 类型 | |
| using | CommandHandlerMap = std::unordered_map<std::string, std::shared_ptr<CommandHandler>> |
Public 成员函数 | |
| CommandDispatcher (bool whetherInit) | |
| errc_t | execute (StringView command, CommandResult &result) const |
| void | addRuleHandler (StringView tmpl, std::shared_ptr< CommandHandler > handler) |
| CommandTrie::Node & | addRule (StringView tmpl) |