Skip to content

Commit

Permalink
natvis: meta
Browse files Browse the repository at this point in the history
  • Loading branch information
skypjack committed Oct 27, 2024
1 parent fd1b66a commit 0f19c86
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions natvis/entt/meta.natvis
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
<Item Name="[arity]">arity</Item>
<Item Name="[is_const]">has_trait(entt::internal::meta_traits::is_const)</Item>
<Item Name="[is_static]">has_trait(entt::internal::meta_traits::is_static)</Item>
<Item Name="[prop]">prop,view(simple)</Item>
<Item Name="[custom]">custom</Item>
</Expand>
</Type>
Expand All @@ -61,18 +60,9 @@
<Item Name="[is_const]">has_trait(entt::internal::meta_traits::is_const)</Item>
<Item Name="[is_static]">has_trait(entt::internal::meta_traits::is_static)</Item>
<Item Name="[next]" Condition="next != nullptr">*next</Item>
<Item Name="[prop]">prop,view(simple)</Item>
<Item Name="[custom]">custom</Item>
</Expand>
</Type>
<Type Name="entt::internal::meta_prop_node">
<DisplayString Condition="value != nullptr">{{ key={ id } }}</DisplayString>
<DisplayString>{{}}</DisplayString>
<Expand>
<Item Name="[key]">id</Item>
<Item Name="[value]">value</Item>
</Expand>
</Type>
<Type Name="entt::internal::meta_template_node">
<DisplayString Condition="arity != 0u">{{ arity={ arity } }}</DisplayString>
<DisplayString>{{}}</DisplayString>
Expand All @@ -88,7 +78,6 @@
<Item Name="[conv]">conv,view(simple)</Item>
<Item Name="[data]">data,view(simple)</Item>
<Item Name="[func]">func,view(simple)</Item>
<Item Name="[prop]">prop,view(simple)</Item>
</Expand>
</Type>
<Type Name="entt::internal::meta_type_node">
Expand Down Expand Up @@ -166,14 +155,6 @@
<Item Name="[context]" Condition="ctx != nullptr">ctx->value</Item>
</Expand>
</Type>
<Type Name="entt::meta_prop">
<DisplayString Condition="node.type != nullptr">{ node }</DisplayString>
<DisplayString>{{}}</DisplayString>
<Expand>
<ExpandedItem Condition="node.type != nullptr">node</ExpandedItem>
<Item Name="[context]" Condition="ctx != nullptr">ctx->value</Item>
</Expand>
</Type>
<Type Name="entt::meta_type">
<DisplayString>{ node }</DisplayString>
<Expand>
Expand Down

0 comments on commit 0f19c86

Please sign in to comment.