关于c++封装细节代码规范的问题
1170300814 opened this issue · 0 comments
1170300814 commented
在Node中留有int node_level
这个在public里面,根据c++封装标准,不应该所有的资源都是private,然后暴漏给外部接口进行访问吗?
1170300814 opened this issue · 0 comments
在Node中留有int node_level
这个在public里面,根据c++封装标准,不应该所有的资源都是private,然后暴漏给外部接口进行访问吗?