youngyangyang04 / Skiplist-CPP

A tiny KV storage based on skiplist written in C++ language| 使用C++开发,基于跳表实现的轻量级键值数据库🔥🔥 🚀

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

关于c++封装细节代码规范的问题

1170300814 opened this issue · comments

在Node中留有int node_level这个在public里面,根据c++封装标准,不应该所有的资源都是private,然后暴漏给外部接口进行访问吗?