65 lines
3.1 KiB
Plaintext
65 lines
3.1 KiB
Plaintext
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<AutoVisualizer xmlns="http://schemas.microsoft.com/vstudio/debugger/natvis/2010">
|
||
|
|
||
|
<Type Name="ax::NodeEditor::Details::SafePointerType<*>">
|
||
|
<DisplayString>{m_Value}</DisplayString>
|
||
|
<Expand>
|
||
|
<Item Name="[Value]">m_Value</Item>
|
||
|
<Item Name="[Pointer]">($T1*)m_Value</Item>
|
||
|
</Expand>
|
||
|
</Type>
|
||
|
|
||
|
<Type Name="ax::NodeEditor::NodeId">
|
||
|
<DisplayString>Node {m_Value}</DisplayString>
|
||
|
<Expand>
|
||
|
<Item Name="[Value]">m_Value</Item>
|
||
|
</Expand>
|
||
|
</Type>
|
||
|
|
||
|
<Type Name="ax::NodeEditor::LinkId">
|
||
|
<DisplayString>Link {m_Value}</DisplayString>
|
||
|
<Expand>
|
||
|
<Item Name="[Value]">m_Value</Item>
|
||
|
</Expand>
|
||
|
</Type>
|
||
|
|
||
|
<Type Name="ax::NodeEditor::PinId">
|
||
|
<DisplayString>Pin {m_Value}</DisplayString>
|
||
|
<Expand>
|
||
|
<Item Name="[Value]">m_Value</Item>
|
||
|
</Expand>
|
||
|
</Type>
|
||
|
|
||
|
<Type Name="std::pair<*, crude_json::value>" IncludeView="MapHelper" Priority="High">
|
||
|
<DisplayString>{second}</DisplayString>
|
||
|
<Expand HideRawView="true">
|
||
|
<ExpandedItem>second</ExpandedItem>
|
||
|
</Expand>
|
||
|
</Type>
|
||
|
|
||
|
<Type Name="crude_json::value">
|
||
|
<Intrinsic Name="object_ptr" Expression="(crude_json::object*)&m_Storage" />
|
||
|
<Intrinsic Name="array_ptr" Expression="(crude_json::array*)&m_Storage" />
|
||
|
<Intrinsic Name="string_ptr" Expression="(crude_json::string*)&m_Storage" />
|
||
|
<Intrinsic Name="boolean_ptr" Expression="(crude_json::boolean*)&m_Storage" />
|
||
|
<Intrinsic Name="number_ptr" Expression="(crude_json::number*)&m_Storage" />
|
||
|
|
||
|
<DisplayString Condition="m_Type == crude_json::type_t::null">null</DisplayString>
|
||
|
<DisplayString Condition="m_Type == crude_json::type_t::object">{*object_ptr()} : object</DisplayString>
|
||
|
<DisplayString Condition="m_Type == crude_json::type_t::array">{*array_ptr()} : array</DisplayString>
|
||
|
<DisplayString Condition="m_Type == crude_json::type_t::string">{*string_ptr()} : string</DisplayString>
|
||
|
<DisplayString Condition="m_Type == crude_json::type_t::boolean">{*boolean_ptr()} : boolean</DisplayString>
|
||
|
<DisplayString Condition="m_Type == crude_json::type_t::number">{*number_ptr(),g} : number</DisplayString>
|
||
|
<DisplayString Condition="m_Type == crude_json::type_t::discarded">discarded</DisplayString>
|
||
|
<Expand HideRawView="true">
|
||
|
<!--<Synthetic Name="[type]"><DisplayString>{m_Type,en}</DisplayString></Synthetic>-->
|
||
|
<ExpandedItem Condition="m_Type == crude_json::type_t::object">*object_ptr(),view(simple)</ExpandedItem>
|
||
|
<ExpandedItem Condition="m_Type == crude_json::type_t::array">*array_ptr(),view(simple)</ExpandedItem>
|
||
|
<Item Name="[value]" Condition="m_Type == crude_json::type_t::string">*string_ptr(),view(simple)</Item>
|
||
|
<Item Name="[value]" Condition="m_Type == crude_json::type_t::boolean">*boolean_ptr()</Item>
|
||
|
<Item Name="[value]" Condition="m_Type == crude_json::type_t::number">*number_ptr()</Item>
|
||
|
</Expand>
|
||
|
</Type>
|
||
|
|
||
|
</AutoVisualizer>
|