-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Utility.natvis
241 lines (206 loc) · 9.09 KB
/
Utility.natvis
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
<?xml version="1.0" encoding="utf-8"?>
<AutoVisualizer xmlns="http://schemas.microsoft.com/vstudio/debugger/natvis/2010">
<Intrinsic Category="Method" Name="__UnwrapTy" Expression=""$T1""/>
<Type Name="util::Singleton<*>">
<DisplayString>싱글톤 객체 {"$T1"}</DisplayString>
</Type>
<Type Name="util::coroutine::CoConstIterator<*>">
<DisplayString>상수 코루틴 반복자 {"$T1"}</DisplayString>
</Type>
<Type Name="util::coroutine::CoForwardIterator<*>">
<DisplayString>전진 코루틴 반복자 {"$T1"}</DisplayString>
</Type>
<Type Name="util::coroutine::Suspender<*>">
<DisplayString>코루틴 상태 지정자 <{"$T1"}, {"$T2"}></DisplayString>
<Expand HideRawView="true">
<Synthetic Name="[초기 상태]">
<DisplayString>{"$T1"}</DisplayString>
</Synthetic>
<Synthetic Name="[후기 상태]">
<DisplayString>{"$T2"}</DisplayString>
</Synthetic>
</Expand>
</Type>
<Type Name="util::coroutine::BasicPromise<*>" Priority="Low">
<DisplayString>기본 코루틴 프로미스 <{"$T1"}></DisplayString>
</Type>
<Type Name="util::coroutine::CoForwardIterator<*>">
<DisplayString>전진 코루틴 반복자 {"$T1"}</DisplayString>
</Type>
<Type Name="util::coroutine::Enumerator<*>">
<DisplayString>열거 코루틴 <{"$T1"}></DisplayString>
<Expand HideRawView="true">
<Item Name="[핸들]">myHandle</Item>
</Expand>
</Type>
<Type Name="util::coroutine::Generator<*>">
<DisplayString>생성 코루틴 <{"$T1"}></DisplayString>
<Expand HideRawView="true">
<Item Name="[핸들]">myHandle</Item>
</Expand>
</Type>
<Type Name="util::coroutine::Enumerator<*>::promise_type" Priority="MediumLow">
<DisplayString>열거 코루틴 프로미스 <{"$T1"}></DisplayString>
</Type>
<Type Name="util::Array<*>">
<Intrinsic Category="Property" Name="__AcqType" Expression="__UnwrapTy()"/>
<Intrinsic Category="Property" Name="__AcqLen" Expression="static_cast<size_t>($T2)"/>
<Intrinsic Category="Data" Name="__Dots" Expression=""...""/>
<Intrinsic Category="Method" Name="__CheckSize" Expression="10 <= $T2"/>
<DisplayString>배열 <{"$T1"}, {$T2}></DisplayString>
<Expand HideRawView="true">
<Synthetic Name="[자료형]">
<DisplayString>{"$T1"}</DisplayString>
</Synthetic>
<Item Name="[길이]">__AcqLen()</Item>
<Synthetic Name="[버퍼]">
<DisplayString>첫 원소 10개</DisplayString>
<Expand>
<Synthetic Name="원소 [0]" Condition="0 < $T2">
<DisplayString>{*myData[0]}</DisplayString>
<Expand>
<ExpandedItem>myData[0]</ExpandedItem>
</Expand>
</Synthetic>
<Synthetic Name="원소 [1]" Condition="1 < $T2">
<DisplayString>{*myData[1]}</DisplayString>
<Expand>
<ExpandedItem>myData[1]</ExpandedItem>
</Expand>
</Synthetic>
<Synthetic Name="원소 [2]" Condition="2 < $T2">
<DisplayString>{*myData[2]}</DisplayString>
<Expand>
<ExpandedItem>myData[2]</ExpandedItem>
</Expand>
</Synthetic>
<Synthetic Name="원소 [3]" Condition="3 < $T2">
<DisplayString>{*myData[3]}</DisplayString>
<Expand>
<ExpandedItem>myData[3]</ExpandedItem>
</Expand>
</Synthetic>
<Synthetic Name="원소 [4]" Condition="4 < $T2">
<DisplayString>{*myData[4]}</DisplayString>
<Expand>
<ExpandedItem>myData[4]</ExpandedItem>
</Expand>
</Synthetic>
<Synthetic Name="원소 [5]" Condition="5 < $T2">
<DisplayString>{*myData[5]}</DisplayString>
<Expand>
<ExpandedItem>myData[5]</ExpandedItem>
</Expand>
</Synthetic>
<Synthetic Name="원소 [6]" Condition="6 < $T2">
<DisplayString>{*myData[6]}</DisplayString>
<Expand>
<ExpandedItem>myData[6]</ExpandedItem>
</Expand>
</Synthetic>
<Synthetic Name="원소 [7]" Condition="7 < $T2">
<DisplayString>{*myData[7]}</DisplayString>
<Expand>
<ExpandedItem>myData[7]</ExpandedItem>
</Expand>
</Synthetic>
<Synthetic Name="원소 [8]" Condition="8 < $T2">
<DisplayString>{*myData[8]}</DisplayString>
<Expand>
<ExpandedItem>myData[8]</ExpandedItem>
</Expand>
</Synthetic>
<Synthetic Name="원소 [9]" Condition="9 < $T2">
<DisplayString>{*myData[9]}</DisplayString>
<Expand>
<ExpandedItem>myData[9]</ExpandedItem>
</Expand>
</Synthetic>
<Synthetic Name=" ">
<DisplayString>...</DisplayString>
</Synthetic>
</Expand>
</Synthetic>
<Synthetic Name="[버퍼]" Condition="10 < $T2">
<DisplayString>(나머지 원소 {$T2 - 10}개)</DisplayString>
<Expand>
<IndexListItems>
<Size>$T2 - 10</Size>
<ValueNode>*(myData[10 + $i])</ValueNode>
</IndexListItems>
</Expand>
</Synthetic>
</Expand>
</Type>
<Type Name="std::monostate">
<DisplayString>단일원</DisplayString>
</Type>
<Type Name="util::Identity<*>">
<Intrinsic Category="Data" Name="__AcqValue" Expression="myValue"/>
<DisplayString>항등원 {__UnwrapTy()}</DisplayString>
<Expand HideRawView="true">
<Item Name="[값]">myValue</Item>
</Expand>
</Type>
<Type Name="util::Identity<void, *>" Priority="High">
<DisplayString>void 항등원</DisplayString>
</Type>
<Type Name="util::detail::PlacedVariant<std::integral_constant<*>, util::Identity<*>,*>">
<AlternativeType Name="util::detail::PlacedVariant<std::integral_constant<*>,*>"/>
<Intrinsic Category="Property" Name="__AcqType" Expression=""$T3""/>
<Intrinsic Category="Property" Name="__AcqPlace" Expression="$T2 + 1"/>
<Intrinsic Category="Property" Name="__AcqValue" Expression="myValue"/>
<Intrinsic Category="Property" Name="__HasValue" Expression="hasValue"/>
<Intrinsic Category="Property" Name="__IsExtended" Expression="isExtended"/>
<DisplayString Condition="__HasValue()">합동체 <{__AcqType()}></DisplayString>
<DisplayString Condition="!__HasValue()">비활성화된 합동체 <{__AcqType()}></DisplayString>
<Expand HideRawView="true">
<ExpandedItem Condition="__HasValue()">myValue</ExpandedItem>
<Item Name="[크기]">mySize</Item>
<Item Name="[순서]">myPlace</Item>
<Item Name="[확장]" Condition="__IsExtended()">_Tail</Item>
<Item Name="[노드 순서]">__AcqPlace()</Item>
<Item Name="[소유 여부]">__HasValue()</Item>
<Item Name="[확장 여부]">__IsExtended()</Item>
<Synthetic Name="다음 노드" Optional="true">
<DisplayString>{_Tail}</DisplayString>
<Expand HideRawView="true">
<ExpandedItem Condition="__IsExtended()" Optional="true">_Tail</ExpandedItem>
</Expand>
</Synthetic>
</Expand>
</Type>
<Type Name="util::Union<*>">
<DisplayString>합동체 {"$T1"}</DisplayString>
</Type>
<Type Name="util::DerivedUnion<*>">
<DisplayString>합동체 {"$T2"}</DisplayString>
</Type>
<Type Name="util::LooseMonad<util::Identity<*>, *>">
<AlternativeType Name="util::LooseMonad<util::Identity<*>, util::Identity<*>, util::Identity<*>, util::Identity<*>, *>"/>
<AlternativeType Name="util::LooseMonad<util::Identity<*>, util::Identity<*>, util::Identity<*>, *>"/>
<AlternativeType Name="util::LooseMonad<util::Identity<*>, util::Identity<*>, *>"/>
<DisplayString Condition="myStorage.mySize == 1">느슨한 모나드 {{ {"$T1"} }}</DisplayString>
<DisplayString Condition="myStorage.mySize == 2">느슨한 모나드 {{ {"$T1"}, {"$T3"} }}</DisplayString>
<DisplayString Condition="myStorage.mySize == 3">느슨한 모나드 {{ {"$T1"}, {"$T3"}, {"$T5"} }}</DisplayString>
<DisplayString Condition="myStorage.mySize == 4">느슨한 모나드 {{ {"$T1"}, {"$T3"}, {"$T5"}, {"$T7"} }}</DisplayString>
<DisplayString Condition="4 < myStorage.mySize">느슨한 모나드 {{ {"$T1"}, {"$T3"}, {"$T5"}, {"$T7"}, ... }}</DisplayString>
<Expand HideRawView="true">
<ExpandedItem>myStorage</ExpandedItem>
</Expand>
</Type>
<Type Name="util::LooseMonad<*>">
<DisplayString Condition="myStorage.mySize == 1">느슨한 모나드 {{ {"$T1"} }}</DisplayString>
<DisplayString Condition="myStorage.mySize == 2">느슨한 모나드 {{ {"$T1"}, {"$T2"} }}</DisplayString>
<DisplayString Condition="myStorage.mySize == 3">느슨한 모나드 {{ {"$T1"}, {"$T2"}, {"$T3"} }}</DisplayString>
<DisplayString Condition="myStorage.mySize == 4">느슨한 모나드 {{ {"$T1"}, {"$T2"}, {"$T3"}, {"$T4"} }}</DisplayString>
<DisplayString Condition="4 < myStorage.mySize">느슨한 모나드 {{ {"$T1"}, {"$T2"}, {"$T3"}, {"$T4"}, ... }}</DisplayString>
</Type>
<Type Name="util::Option<*>">
<DisplayString>선택지 <{"$T1"}></DisplayString>
<Expand HideRawView="true">
<Item Name="값">myOption</Item>
<Item Name="이벤트 처리기">myHandlers</Item>
</Expand>
</Type>
</AutoVisualizer>