代码拉取完成,页面将自动刷新
<?xml version="1.0" encoding="utf-8"?>
<AutoVisualizer xmlns="http://schemas.microsoft.com/vstudio/debugger/natvis/2010">
<Type Name="sol::optional<*>">
<DisplayString Condition="m_has_value == false">empty</DisplayString>
<DisplayString Condition="m_has_value == true">{m_value}</DisplayString>
<Expand>
<Item Name="value" Condition="m_has_value == true">m_value</Item>
</Expand>
</Type>
<Type Name="sol::basic_reference<*>">
<DisplayString>ref={ref} state={luastate}</DisplayString>
<Expand>
<Item Name="reference index">ref</Item>
<Item Name="state">luastate</Item>
</Expand>
</Type>
<Type Name="sol::stack_reference">
<DisplayString>index={index} state={luastate}</DisplayString>
<Expand>
<Item Name="stack index">index</Item>
<Item Name="state">luastate</Item>
</Expand>
</Type>
<Type Name="sol::basic_coroutine<*>">
<DisplayString>ref={this->ref} status={stats} error handler={m_error_handler}</DisplayString>
<Expand>
<Item Name="status">stats</Item>
<Item Name="error handler">m_error_handler</Item>
<Item Name="reference">*($T1*)this</Item>
</Expand>
</Type>
<Type Name="sol::basic_protected_function<*>">
<DisplayString>status={stats} error handler={m_error_handler} index={index} state={luastate}</DisplayString>
<Expand>
<Item Name="error handler">m_error_handler</Item>
<Item Name="reference">*($T1*)this</Item>
</Expand>
</Type>
<Type Name="sol::state_view">
<DisplayString>L={L} globals={global} registry={reg}</DisplayString>
<Expand>
<Item Name="globals">global</Item>
<Item Name="registry">reg</Item>
<Item Name="state">L</Item>
</Expand>
</Type>
<Type Name="sol::state">
<DisplayString>L={L} globals={global} registry={reg}</DisplayString>
<Expand>
<Item Name="globals">global</Item>
<Item Name="registry">reg</Item>
<Item Name="state">L</Item>
</Expand>
</Type>
</AutoVisualizer>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。