LogSystem beta 1.4
This is a logging system project
 
载入中...
搜索中...
未找到
server.hpp 文件参考

TCP服务器 更多...

#include "Socket.hpp"
#include "threadpool.hpp"
#include "nocopy.hpp"
#include <iostream>
#include <functional>
server.hpp 的引用(Include)关系图:
此图展示该文件直接或间接的被哪些文件引用了:

浏览源代码.

class  XuServer::ThreadData
 线程信息 更多...
 
class  XuServer::TcpServer
 TCP服务器 更多...
 

命名空间

namespace  XuServer
 

类型定义

using XuServer::CallBack = std::function< std::string(std::vector< char > &, bool *error_code)>
 服务器回调函数
 

详细描述

TCP服务器