1 Star 0 Fork 16

这是谁跟谁/CxxZookeeper

forked from cxxjava/CxxZookeeper 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Ezk.hh 611 Bytes
一键复制 编辑 原始数据 按行查看 历史
cxxjava 提交于 2018-04-27 23:26 +08:00 . release v0.1.1
/*
* Ezk.hh
*
* Created on: 2017-11-16
* Author: cxxjava@163.com
*/
#ifndef __EZK_HH__
#define __EZK_HH__
#define EZK_VERSION "0.1.1"
#include "Efc.hh"
#include "ELog.hh"
#include "./jute/inc/EIndex.hh"
#include "./jute/inc/ERecord.hh"
#include "./jute/inc/EInputArchive.hh"
#include "./jute/inc/EOutputArchive.hh"
#include "./jute/inc/EBinaryInputArchive.hh"
#include "./jute/inc/EBinaryOutputArchive.hh"
#include "./jute/inc/ECsvInputArchive.hh"
#include "./jute/inc/ECsvOutputArchive.hh"
#include "./zookeeper/server/quorum/QuorumPeerMain.hh"
using namespace efc::ezk;
#endif // !__EZK_HH__
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/lucky_coco/CxxZookeeper.git
git@gitee.com:lucky_coco/CxxZookeeper.git
lucky_coco
CxxZookeeper
CxxZookeeper
master

搜索帮助