gpt4 book ai didi

c++ - Boost.PropertyTree 中的属性是如何解析的?

转载 作者:IT老高 更新时间:2023-10-28 21:48:51 27 4
gpt4 key购买 nike

假设我有这种 XML 格式:

<Widget type="SomeWidget" name="foo">
<Event name="onmouseover">
dostuff();
</Event>
</Widget>

如何使用 Boost.PropertyTree 读取属性?

最佳答案

如果xml有这样的内容:

<mode fullscreen="true">mode xxx</mode>

使用 boost::属性代码:

get<string>("mode.<xmlattr>.fullscreen") 

哦,是的,它很丑!

关于c++ - Boost.PropertyTree 中的属性是如何解析的?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3690436/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com