在yaml-cpp中修改内存中的文档

发布于 2024-09-05 14:48:19 字数 98 浏览 5 评论 0原文

我想读取一个 YML 文档,通过修改内存中的一些节点来过滤它,然后用发射器将其吐出。问题在于 YAML::Node 似乎被设计为只读。有没有办法替换我丢失的节点值(在本例中为标量)?

I want to read a YML document, filter it by modifying some nodes in memory, and then spit it back out with an emitter. The problem is that YAML::Node appears to be designed to be read-only. Is there a way to replace a node's value (with a scalar in this case) that I'm missing?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

偏爱自由 2024-09-12 14:48:19

我使用 YAML 所做的就是读取文件,然后将 YAML 数据放入我的数据结构中。也许不是您正在寻找的,但这是一种方法。

What I do with YAML is I read the file and then put the YAML data into my down data structure. Maybe not what you're looking for, but it's one way.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文