码迷,mamicode.com
首页 > 其他好文 > 详细

Thrift关键字

时间:2019-03-27 11:08:16      阅读:142      评论:0      收藏:0      [点我收藏+]

标签:com   变量   res   serve   tor   ast   源码   mamicode   image   

在编译thrift文件的时候发现报了如下的错误

Cannot use reserved language keyword: "class"

后来查了一下,发现class是thrift的关键字之一,变量起名的时候不能和关键字重复

thrift的全部关键字可以查看thrift的源码

https://github.com/apache/thrift/blob/master/compiler/cpp/src/thrift/generate/t_py_generator.cc

搜索keywords,下面这些都是thrift关键字,在起名的时候需要注意

技术图片

 

Thrift关键字

标签:com   变量   res   serve   tor   ast   源码   mamicode   image   

原文地址:https://www.cnblogs.com/tonglin0325/p/10605618.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!