|
114 | 114 | <DisplayString>{{}}</DisplayString> |
115 | 115 | <Expand> |
116 | 116 | <ExpandedItem Condition="node != nullptr">node,na</ExpandedItem> |
117 | | - <Item Name="[context]" Condition="ctx != nullptr">ctx->value</Item> |
| 117 | + <Item Name="[context]" Condition="ctx != nullptr">ctx,na</Item> |
118 | 118 | </Expand> |
119 | 119 | </Type> |
120 | 120 | <Type Name="entt::meta_handle"> |
|
127 | 127 | <DisplayString Condition="data != nullptr">{{ const={ const_only } }}</DisplayString> |
128 | 128 | <DisplayString>{{}}</DisplayString> |
129 | 129 | <Expand> |
130 | | - <Item Name="[context]" Condition="ctx != nullptr">ctx->value</Item> |
| 130 | + <Item Name="[context]" Condition="ctx != nullptr">ctx,na</Item> |
131 | 131 | <Item Name="[const]">const_only</Item> |
132 | 132 | <Item Name="[data]">data</Item> |
133 | 133 | </Expand> |
|
136 | 136 | <DisplayString Condition="data != nullptr">{{ const={ const_only } }}</DisplayString> |
137 | 137 | <DisplayString>{{}}</DisplayString> |
138 | 138 | <Expand> |
139 | | - <Item Name="[context]" Condition="ctx != nullptr">ctx->value</Item> |
| 139 | + <Item Name="[context]" Condition="ctx != nullptr">ctx,na</Item> |
140 | 140 | <Item Name="[const]">const_only</Item> |
141 | 141 | <Item Name="[data]">data</Item> |
142 | 142 | </Expand> |
143 | 143 | </Type> |
144 | 144 | <Type Name="entt::meta_custom"> |
145 | | - <DisplayString>{ node }</DisplayString> |
| 145 | + <DisplayString Condition="node != nullptr">{ node }</DisplayString> |
| 146 | + <DisplayString>{{}}</DisplayString> |
146 | 147 | <Expand> |
147 | | - <ExpandedItem>node</ExpandedItem> |
| 148 | + <ExpandedItem Condition="node != nullptr">node</ExpandedItem> |
148 | 149 | </Expand> |
149 | 150 | </Type> |
150 | 151 | <Type Name="entt::meta_data"> |
151 | 152 | <DisplayString Condition="node != nullptr">{ node }</DisplayString> |
152 | 153 | <DisplayString>{{}}</DisplayString> |
153 | 154 | <Expand> |
154 | 155 | <ExpandedItem Condition="node != nullptr">node</ExpandedItem> |
155 | | - <Item Name="[context]" Condition="ctx != nullptr">ctx->value</Item> |
| 156 | + <Item Name="[context]" Condition="ctx != nullptr">ctx,na</Item> |
156 | 157 | </Expand> |
157 | 158 | </Type> |
158 | 159 | <Type Name="entt::meta_func"> |
159 | 160 | <DisplayString Condition="node != nullptr">{ node }</DisplayString> |
160 | 161 | <DisplayString>{{}}</DisplayString> |
161 | 162 | <Expand> |
162 | 163 | <ExpandedItem Condition="node != nullptr">node</ExpandedItem> |
163 | | - <Item Name="[context]" Condition="ctx != nullptr">ctx->value</Item> |
| 164 | + <Item Name="[context]" Condition="ctx != nullptr">ctx,na</Item> |
164 | 165 | </Expand> |
165 | 166 | </Type> |
166 | 167 | <Type Name="entt::meta_type"> |
167 | | - <DisplayString>{ node }</DisplayString> |
| 168 | + <DisplayString Condition="node != nullptr">{ node }</DisplayString> |
| 169 | + <DisplayString>{{}}</DisplayString> |
168 | 170 | <Expand> |
169 | | - <ExpandedItem>node</ExpandedItem> |
170 | | - <Item Name="[context]" Condition="ctx != nullptr">ctx->value</Item> |
| 171 | + <ExpandedItem Condition="node != nullptr">node</ExpandedItem> |
| 172 | + <Item Name="[context]" Condition="ctx != nullptr">ctx,na</Item> |
171 | 173 | </Expand> |
172 | 174 | </Type> |
173 | 175 | <Type Name="entt::meta_ctx"> |
|
0 commit comments