ngl_server 1.0
基于 Actor 模型的 C++ 服务器框架
runtime_test_support.h File Reference

运行时测试支持工具声明。 More...

#include <filesystem>
#include <format>
#include <mutex>
#include <string>
#include <string_view>
#include "actor/tab/ttab_servers.h"
#include "tools/tab/csv/ncsv.h"
#include "tools/tab/xml/xml.h"

Functions

bool ngl_test_support::rt_dtl::can_use (std::string &acfg_root, std::string &acsv_root)
bool ngl_test_support::find_rt (std::string &acfg_root, std::string &acsv_root, std::string &aerr)
bool ngl_test_support::reload_rt (std::string &aerr, std::string_view anode="db", int aarea=1, int atcount=1)
bool ngl_test_support::ensure_rt (std::string &aerr)

Detailed Description

运行时测试支持工具声明。