解析 yaml-cpp 中的注释
作为一个更大项目的一部分,我用 C++(和 Qt)创建了一个图形 yaml 文件编辑器。我使用 yaml-cpp 库,一切正常。 也可以解析评论吗?写评论没问题,但我没有找到阅读它们的解决方案。
提前致谢, 菲利普
as a part of a bigger project i create a graphical yaml-file editor in c++ (and Qt). I use the yaml-cpp library and everything works fine.
Ist it possible to parse comments, too? Writing comments is no problem, but i did not find a solution to read them.
Thanks in advance,
Filip
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这是不可能的(注释不是表示图的一部分,因此不会保留它们)。
This isn't possible (comments are not part of the representation graph, so they're not retained).
如果我正确理解你的问题,你可以将它们添加为数据的一部分:
If I understand your question correctly, you could just add them as part of the data: