面向对象的 C++ 东京内阁的API?
Tokyo Cabinet API 是否有 C++ 包装器? 显然,我可以使用 C++ 中的基本 C API,但我更愿意使用将原始函数和结构抽象为类的东西。
我很想自己写这个,至少对于我想要使用的 API 部分来说是这样,但如果已经有的话,它会节省时间。 我检查了 TC 网站并进行了一些谷歌搜索,但没有找到任何内容......
Is there a C++ wrapper for the Tokyo Cabinet API? Obviously I can use the basic C API from C++, but I'd much rather use something that abstracted the raw functions and structures into classes.
I'm tempted to write this myself, at least for the bits of the API that I'd want to use, but it'll save time if there's one already. I checked the TC website and did some googling, but didn't turn up anything...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您可以尝试京都内阁。 它是 Tokyo Cabinet 的 C++ 版本。
You can try Kyoto Cabinet. It's a C++ version of Tokyo Cabinet.
京都内阁拥有比东京内阁 (LGPL) 更严格的许可证 (GPL)。 谨防!
Kyoto Cabinet has a more restrictive license (GPL) than Tokyo Cabinet (LGPL). Beware!
Flare 似乎提供了与 Tokyo Cabinet 的 C++ 绑定。 Git Hub 上的源代码
Flare seems to provide a C++ binding to Tokyo Cabinet. Source code on Git Hub