|
ngl_server 1.0
基于 Actor 模型的 C++ 服务器框架
|
运行时测试辅助工具声明。 More...
#include "actor/tab/csvtable.h"#include <format>#include <string>#include <string_view>Classes | |
| struct | ngl_runtime::robot_req |
Enumerations | |
| enum class | robot_launch_mode { invalid = 0 , interactive , login , logins } |
Functions | |
| bool | build_push_cfg (const ngl::tab_servers &asrv, std::string &aparam) |
| std::string_view | ngl_runtime::detail::get_arg (int aidx, char **aargv) |
| bool | ngl_runtime::detail::valid_proto (std::string_view aproto) |
| robot_req | ngl_runtime::build_robot_req (int aargc, char **aargv) |
| bool | ngl_runtime::build_push_cfg (const ngl::tab_servers &asrv, std::string &aparam) |
运行时测试辅助工具声明。