18 Star 54 Fork 14

RonxBulld / ftrpc

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
keywords.h 414 Bytes
一键复制 编辑 原始数据 按行查看 历史
RonxBulld 提交于 2018-05-08 01:13 . 6项优化 3项修正 3项新增
//
// Created by Rexfield on 2018/4/27.
//
#ifdef TYPE
TYPE(struct)
TYPE(void)
TYPE(int)
TYPE(string)
TYPE(float)
TYPE(bool)
TYPE(any)
# undef TYPE
#else
# error You must define TYPE() before include keywords.h
#endif
#ifdef KEYWD
KEYWD(version)
KEYWD(module)
# undef KEYWD
#else
# error You must define KEYWD() before include keywords.h
#endif
C++
1
https://gitee.com/RonxBulld/ftrpc.git
git@gitee.com:RonxBulld/ftrpc.git
RonxBulld
ftrpc
ftrpc
master

搜索帮助