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

XML协议生成工具主入口点。 More...

#include <functional>
#include <filesystem>
#include <algorithm>
#include <iostream>
#include <fstream>
#include <memory>
#include <string>
#include <vector>
#include <regex>
#include <set>
#include <map>
#include <google/protobuf/compiler/importer.h>
#include <google/protobuf/dynamic_message.h>
#include <google/protobuf/descriptor.h>
#include "actor/generated/pb/net.pb.h"
#include "tools/tools/tools_file.h"
#include "xml_protocol.h"
#include "tools/tools.h"

Functions

int main (int argc, char **argv)

Detailed Description

XML协议生成工具主入口点。