mirror of
https://github.com/beefytech/Beef.git
synced 2025-07-04 23:36:00 +02:00
Remove KeyValuePair and Generic namespace
This commit is contained in:
parent
f67ce12d0e
commit
68e4d98176
1 changed files with 6 additions and 16 deletions
22
IDE/dist/BeefDbgVis.toml
vendored
22
IDE/dist/BeefDbgVis.toml
vendored
|
@ -214,7 +214,7 @@ Size = "mLength"
|
||||||
ValuePointer = "mPtr"
|
ValuePointer = "mPtr"
|
||||||
|
|
||||||
[[Type]]
|
[[Type]]
|
||||||
Name = "System.Collections.Generic.List<*>"
|
Name = "System.Collections.List<*>"
|
||||||
DisplayString = "{{ count={mSize} }}"
|
DisplayString = "{{ count={mSize} }}"
|
||||||
[[Type.Expand.Item]]
|
[[Type.Expand.Item]]
|
||||||
Name = "[Count]"
|
Name = "[Count]"
|
||||||
|
@ -232,7 +232,7 @@ Size = "mSize"
|
||||||
ValuePointer = "mItems"
|
ValuePointer = "mItems"
|
||||||
|
|
||||||
[[Type]]
|
[[Type]]
|
||||||
Name = "System.Collections.Generic.Queue<*>"
|
Name = "System.Collections.Queue<*>"
|
||||||
DisplayString = "{{ count={mSize} }}"
|
DisplayString = "{{ count={mSize} }}"
|
||||||
[[Type.Expand.Item]]
|
[[Type.Expand.Item]]
|
||||||
Name = "[Count]"
|
Name = "[Count]"
|
||||||
|
@ -250,7 +250,7 @@ Size = "mSize"
|
||||||
ValueNode = "mItems[($i + mHead) % __clearHighBits(mAllocSizeAndFlags, 2)]"
|
ValueNode = "mItems[($i + mHead) % __clearHighBits(mAllocSizeAndFlags, 2)]"
|
||||||
|
|
||||||
[[Type]]
|
[[Type]]
|
||||||
Name = "System.Collections.Generic.BinaryHeap<*>"
|
Name = "System.Collections.BinaryHeap<*>"
|
||||||
DisplayString = "{{ count={mSize} }}"
|
DisplayString = "{{ count={mSize} }}"
|
||||||
[[Type.Expand.Item]]
|
[[Type.Expand.Item]]
|
||||||
Name = "[Count]"
|
Name = "[Count]"
|
||||||
|
@ -260,7 +260,7 @@ Size = "mSize"
|
||||||
ValuePointer = "&this.mData.mFirstElement"
|
ValuePointer = "&this.mData.mFirstElement"
|
||||||
|
|
||||||
[[Type]]
|
[[Type]]
|
||||||
Name = "System.Collections.Generic.Dictionary<*, *>"
|
Name = "System.Collections.Dictionary<*, *>"
|
||||||
DisplayString = "{{ count={mCount - mFreeCount} }}"
|
DisplayString = "{{ count={mCount - mFreeCount} }}"
|
||||||
[[Type.Expand.Item]]
|
[[Type.Expand.Item]]
|
||||||
Name = "[Count]"
|
Name = "[Count]"
|
||||||
|
@ -274,7 +274,7 @@ Value = "mValue"
|
||||||
Next = "mNext"
|
Next = "mNext"
|
||||||
|
|
||||||
[[Type]]
|
[[Type]]
|
||||||
Name = "System.Collections.Generic.Dictionary<*, *>.Entry"
|
Name = "System.Collections.Dictionary<*, *>.Entry"
|
||||||
DisplayString = "{{[{mKey}, {mValue}]}}"
|
DisplayString = "{{[{mKey}, {mValue}]}}"
|
||||||
[[Type.Expand.Item]]
|
[[Type.Expand.Item]]
|
||||||
Name = "[Key]"
|
Name = "[Key]"
|
||||||
|
@ -284,7 +284,7 @@ Name = "[Value]"
|
||||||
Value = "mValue"
|
Value = "mValue"
|
||||||
|
|
||||||
[[Type]]
|
[[Type]]
|
||||||
Name = "System.Collections.Generic.HashSet<*>"
|
Name = "System.Collections.HashSet<*>"
|
||||||
DisplayString = "{{ count={mCount} }}"
|
DisplayString = "{{ count={mCount} }}"
|
||||||
[[Type.Expand.Item]]
|
[[Type.Expand.Item]]
|
||||||
Name = "[Count]"
|
Name = "[Count]"
|
||||||
|
@ -294,16 +294,6 @@ Size = "mCount"
|
||||||
ValuePointer = "&mSlots.mFirstElement"
|
ValuePointer = "&mSlots.mFirstElement"
|
||||||
Condition = "mHashCode >= 0"
|
Condition = "mHashCode >= 0"
|
||||||
|
|
||||||
[[Type]]
|
|
||||||
Name = "System.Collections.Generic.KeyValuePair<*, *>"
|
|
||||||
DisplayString = "{{{mKey}, {mValue}}}"
|
|
||||||
[[Type.Expand.Item]]
|
|
||||||
Name = "[Key]"
|
|
||||||
Value = "mKey"
|
|
||||||
[[Type.Expand.Item]]
|
|
||||||
Name = "[Value]"
|
|
||||||
Value = "mValue"
|
|
||||||
|
|
||||||
#################### C++ Standard Types ####################
|
#################### C++ Standard Types ####################
|
||||||
|
|
||||||
[[Type]]
|
[[Type]]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue