mirror of
https://github.com/nlohmann/json.git
synced 2026-09-27 18:20:32 +00:00
* Make JSON_STRICT_NUL_HANDLING part of the ABI tag JSON_STRICT_NUL_HANDLING (#5534) changes the bodies of inline functions: the lexer's handling of '\0' and input_adapter() for char arrays. So translation units compiled with and without it define the same functions differently, an ODR violation - the case the ABI tag exists for, as with JSON_BRACE_INIT_COPY_SEMANTICS (_bics). It now appends _snul to the inline namespace. The macro is new in 3.13.0, so no existing namespace changes. Its default moves to abi_macros.hpp, and it is only #undef'd without JSON_TEST_KEEP_MACROS, as for the other ABI macros. The ABI config tests, the namespace docs, the macro's docs and the Natvis file cover the new tag. Signed-off-by: Niels Lohmann <mail@nlohmann.me> * Amalgamate Signed-off-by: Niels Lohmann <mail@nlohmann.me> --------- Signed-off-by: Niels Lohmann <mail@nlohmann.me>
3879 lines
306 KiB
XML
3879 lines
306 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!-- * * * * * * * * AUTO-GENERATED FILE * * * * * * * * -->
|
|
<!-- Edit ./tools/generate_natvis/nlohmann_json.natvis.j2 -->
|
|
<!-- * * * * * * * * AUTO-GENERATED FILE * * * * * * * * -->
|
|
|
|
<AutoVisualizer xmlns="http://schemas.microsoft.com/vstudio/debugger/natvis/2010">
|
|
<!-- Namespace nlohmann -->
|
|
<Type Name="nlohmann::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi -->
|
|
<Type Name="nlohmann::json_abi::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_v3_12_0 -->
|
|
<Type Name="nlohmann::json_abi_v3_12_0::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_v3_12_0::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_v3_12_0::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_v3_12_0::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_v3_12_0::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_v3_12_0::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_v3_12_0::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_v3_12_0::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_v3_12_0::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_v3_12_0::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_v3_12_0::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_v3_12_0::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_v3_12_0::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_diag -->
|
|
<Type Name="nlohmann::json_abi_diag::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_diag::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_diag_v3_12_0 -->
|
|
<Type Name="nlohmann::json_abi_diag_v3_12_0::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_v3_12_0::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_v3_12_0::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_v3_12_0::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_v3_12_0::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_v3_12_0::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_v3_12_0::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_v3_12_0::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_v3_12_0::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_v3_12_0::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_v3_12_0::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_v3_12_0::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_diag_v3_12_0::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_ldvcmp -->
|
|
<Type Name="nlohmann::json_abi_ldvcmp::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_ldvcmp::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_ldvcmp::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_ldvcmp::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_ldvcmp_v3_12_0 -->
|
|
<Type Name="nlohmann::json_abi_ldvcmp_v3_12_0::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_v3_12_0::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_v3_12_0::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_v3_12_0::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_v3_12_0::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_v3_12_0::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_v3_12_0::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_v3_12_0::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_v3_12_0::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_v3_12_0::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_v3_12_0::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_v3_12_0::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_ldvcmp_v3_12_0::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_dp -->
|
|
<Type Name="nlohmann::json_abi_dp::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_dp::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_dp::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_dp::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_dp_v3_12_0 -->
|
|
<Type Name="nlohmann::json_abi_dp_v3_12_0::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_v3_12_0::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_v3_12_0::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_v3_12_0::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_v3_12_0::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_v3_12_0::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_v3_12_0::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_v3_12_0::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_v3_12_0::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_v3_12_0::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_dp_v3_12_0::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_dp_v3_12_0::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_dp_v3_12_0::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_bics -->
|
|
<Type Name="nlohmann::json_abi_bics::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_bics::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_bics::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_bics::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_bics::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_bics::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_bics::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_bics::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_bics::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_bics::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_bics::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_bics::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_bics::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_bics_v3_12_0 -->
|
|
<Type Name="nlohmann::json_abi_bics_v3_12_0::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_bics_v3_12_0::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_bics_v3_12_0::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_bics_v3_12_0::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_bics_v3_12_0::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_bics_v3_12_0::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_bics_v3_12_0::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_bics_v3_12_0::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_bics_v3_12_0::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_bics_v3_12_0::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_bics_v3_12_0::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_bics_v3_12_0::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_bics_v3_12_0::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_psp -->
|
|
<Type Name="nlohmann::json_abi_psp::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_psp::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_psp::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_psp::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_psp::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_psp::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_psp::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_psp::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_psp::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_psp::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_psp::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_psp::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_psp::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_psp_v3_12_0 -->
|
|
<Type Name="nlohmann::json_abi_psp_v3_12_0::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_psp_v3_12_0::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_psp_v3_12_0::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_psp_v3_12_0::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_psp_v3_12_0::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_psp_v3_12_0::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_psp_v3_12_0::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_psp_v3_12_0::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_psp_v3_12_0::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_psp_v3_12_0::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_psp_v3_12_0::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_psp_v3_12_0::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_psp_v3_12_0::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_snul -->
|
|
<Type Name="nlohmann::json_abi_snul::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_snul::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_snul::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_snul::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_snul::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_snul::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_snul::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_snul::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_snul::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_snul::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_snul::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_snul::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_snul::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_snul_v3_12_0 -->
|
|
<Type Name="nlohmann::json_abi_snul_v3_12_0::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_snul_v3_12_0::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_snul_v3_12_0::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_snul_v3_12_0::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_snul_v3_12_0::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_snul_v3_12_0::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_snul_v3_12_0::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_snul_v3_12_0::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_snul_v3_12_0::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_snul_v3_12_0::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_snul_v3_12_0::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_snul_v3_12_0::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_snul_v3_12_0::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_diag_ldvcmp -->
|
|
<Type Name="nlohmann::json_abi_diag_ldvcmp::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_diag_ldvcmp::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_diag_ldvcmp_v3_12_0 -->
|
|
<Type Name="nlohmann::json_abi_diag_ldvcmp_v3_12_0::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_v3_12_0::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_v3_12_0::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_v3_12_0::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_v3_12_0::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_v3_12_0::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_v3_12_0::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_v3_12_0::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_v3_12_0::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_v3_12_0::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_v3_12_0::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_v3_12_0::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_diag_ldvcmp_v3_12_0::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_diag_dp -->
|
|
<Type Name="nlohmann::json_abi_diag_dp::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_dp::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_dp::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_diag_dp::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_diag_dp_v3_12_0 -->
|
|
<Type Name="nlohmann::json_abi_diag_dp_v3_12_0::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_v3_12_0::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_v3_12_0::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_v3_12_0::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_v3_12_0::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_v3_12_0::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_v3_12_0::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_v3_12_0::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_v3_12_0::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_v3_12_0::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_dp_v3_12_0::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_dp_v3_12_0::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_diag_dp_v3_12_0::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_diag_bics -->
|
|
<Type Name="nlohmann::json_abi_diag_bics::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_bics::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_bics::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_bics::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_bics::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_bics::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_bics::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_bics::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_bics::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_bics::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_bics::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_bics::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_diag_bics::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_diag_bics_v3_12_0 -->
|
|
<Type Name="nlohmann::json_abi_diag_bics_v3_12_0::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_bics_v3_12_0::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_bics_v3_12_0::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_bics_v3_12_0::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_bics_v3_12_0::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_bics_v3_12_0::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_bics_v3_12_0::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_bics_v3_12_0::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_bics_v3_12_0::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_bics_v3_12_0::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_bics_v3_12_0::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_bics_v3_12_0::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_diag_bics_v3_12_0::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_diag_psp -->
|
|
<Type Name="nlohmann::json_abi_diag_psp::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_psp::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_psp::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_psp::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_psp::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_psp::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_psp::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_psp::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_psp::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_psp::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_psp::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_psp::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_diag_psp::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_diag_psp_v3_12_0 -->
|
|
<Type Name="nlohmann::json_abi_diag_psp_v3_12_0::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_psp_v3_12_0::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_psp_v3_12_0::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_psp_v3_12_0::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_psp_v3_12_0::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_psp_v3_12_0::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_psp_v3_12_0::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_psp_v3_12_0::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_psp_v3_12_0::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_psp_v3_12_0::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_psp_v3_12_0::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_psp_v3_12_0::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_diag_psp_v3_12_0::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_diag_snul -->
|
|
<Type Name="nlohmann::json_abi_diag_snul::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_snul::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_snul::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_snul::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_snul::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_snul::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_snul::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_snul::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_snul::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_snul::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_snul::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_snul::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_diag_snul::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_diag_snul_v3_12_0 -->
|
|
<Type Name="nlohmann::json_abi_diag_snul_v3_12_0::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_snul_v3_12_0::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_snul_v3_12_0::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_snul_v3_12_0::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_snul_v3_12_0::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_snul_v3_12_0::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_snul_v3_12_0::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_snul_v3_12_0::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_snul_v3_12_0::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_snul_v3_12_0::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_snul_v3_12_0::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_snul_v3_12_0::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_diag_snul_v3_12_0::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_ldvcmp_dp -->
|
|
<Type Name="nlohmann::json_abi_ldvcmp_dp::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_ldvcmp_dp::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_ldvcmp_dp_v3_12_0 -->
|
|
<Type Name="nlohmann::json_abi_ldvcmp_dp_v3_12_0::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_v3_12_0::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_v3_12_0::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_v3_12_0::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_v3_12_0::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_v3_12_0::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_v3_12_0::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_v3_12_0::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_v3_12_0::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_v3_12_0::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_v3_12_0::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_v3_12_0::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_ldvcmp_dp_v3_12_0::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_ldvcmp_bics -->
|
|
<Type Name="nlohmann::json_abi_ldvcmp_bics::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_bics::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_bics::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_bics::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_bics::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_bics::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_bics::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_bics::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_bics::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_bics::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_bics::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_bics::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_ldvcmp_bics::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_ldvcmp_bics_v3_12_0 -->
|
|
<Type Name="nlohmann::json_abi_ldvcmp_bics_v3_12_0::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_bics_v3_12_0::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_bics_v3_12_0::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_bics_v3_12_0::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_bics_v3_12_0::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_bics_v3_12_0::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_bics_v3_12_0::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_bics_v3_12_0::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_bics_v3_12_0::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_bics_v3_12_0::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_bics_v3_12_0::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_bics_v3_12_0::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_ldvcmp_bics_v3_12_0::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_ldvcmp_psp -->
|
|
<Type Name="nlohmann::json_abi_ldvcmp_psp::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_psp::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_psp::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_psp::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_psp::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_psp::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_psp::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_psp::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_psp::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_psp::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_psp::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_psp::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_ldvcmp_psp::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_ldvcmp_psp_v3_12_0 -->
|
|
<Type Name="nlohmann::json_abi_ldvcmp_psp_v3_12_0::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_psp_v3_12_0::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_psp_v3_12_0::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_psp_v3_12_0::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_psp_v3_12_0::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_psp_v3_12_0::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_psp_v3_12_0::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_psp_v3_12_0::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_psp_v3_12_0::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_psp_v3_12_0::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_psp_v3_12_0::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_psp_v3_12_0::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_ldvcmp_psp_v3_12_0::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_ldvcmp_snul -->
|
|
<Type Name="nlohmann::json_abi_ldvcmp_snul::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_snul::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_snul::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_snul::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_snul::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_snul::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_snul::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_snul::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_snul::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_snul::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_snul::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_snul::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_ldvcmp_snul::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_ldvcmp_snul_v3_12_0 -->
|
|
<Type Name="nlohmann::json_abi_ldvcmp_snul_v3_12_0::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_snul_v3_12_0::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_snul_v3_12_0::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_snul_v3_12_0::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_snul_v3_12_0::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_snul_v3_12_0::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_snul_v3_12_0::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_snul_v3_12_0::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_snul_v3_12_0::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_snul_v3_12_0::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_snul_v3_12_0::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_snul_v3_12_0::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_ldvcmp_snul_v3_12_0::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_dp_bics -->
|
|
<Type Name="nlohmann::json_abi_dp_bics::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_bics::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_bics::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_bics::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_bics::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_bics::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_bics::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_bics::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_bics::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_bics::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_dp_bics::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_dp_bics::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_dp_bics::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_dp_bics_v3_12_0 -->
|
|
<Type Name="nlohmann::json_abi_dp_bics_v3_12_0::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_bics_v3_12_0::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_bics_v3_12_0::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_bics_v3_12_0::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_bics_v3_12_0::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_bics_v3_12_0::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_bics_v3_12_0::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_bics_v3_12_0::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_bics_v3_12_0::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_bics_v3_12_0::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_dp_bics_v3_12_0::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_dp_bics_v3_12_0::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_dp_bics_v3_12_0::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_dp_psp -->
|
|
<Type Name="nlohmann::json_abi_dp_psp::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_psp::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_psp::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_psp::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_psp::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_psp::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_psp::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_psp::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_psp::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_psp::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_dp_psp::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_dp_psp::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_dp_psp::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_dp_psp_v3_12_0 -->
|
|
<Type Name="nlohmann::json_abi_dp_psp_v3_12_0::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_psp_v3_12_0::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_psp_v3_12_0::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_psp_v3_12_0::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_psp_v3_12_0::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_psp_v3_12_0::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_psp_v3_12_0::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_psp_v3_12_0::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_psp_v3_12_0::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_psp_v3_12_0::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_dp_psp_v3_12_0::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_dp_psp_v3_12_0::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_dp_psp_v3_12_0::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_dp_snul -->
|
|
<Type Name="nlohmann::json_abi_dp_snul::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_snul::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_snul::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_snul::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_snul::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_snul::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_snul::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_snul::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_snul::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_snul::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_dp_snul::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_dp_snul::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_dp_snul::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_dp_snul_v3_12_0 -->
|
|
<Type Name="nlohmann::json_abi_dp_snul_v3_12_0::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_snul_v3_12_0::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_snul_v3_12_0::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_snul_v3_12_0::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_snul_v3_12_0::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_snul_v3_12_0::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_snul_v3_12_0::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_snul_v3_12_0::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_snul_v3_12_0::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_snul_v3_12_0::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_dp_snul_v3_12_0::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_dp_snul_v3_12_0::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_dp_snul_v3_12_0::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_bics_psp -->
|
|
<Type Name="nlohmann::json_abi_bics_psp::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_bics_psp::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_bics_psp::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_bics_psp::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_bics_psp::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_bics_psp::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_bics_psp::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_bics_psp::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_bics_psp::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_bics_psp::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_bics_psp::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_bics_psp::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_bics_psp::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_bics_psp_v3_12_0 -->
|
|
<Type Name="nlohmann::json_abi_bics_psp_v3_12_0::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_bics_psp_v3_12_0::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_bics_psp_v3_12_0::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_bics_psp_v3_12_0::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_bics_psp_v3_12_0::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_bics_psp_v3_12_0::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_bics_psp_v3_12_0::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_bics_psp_v3_12_0::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_bics_psp_v3_12_0::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_bics_psp_v3_12_0::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_bics_psp_v3_12_0::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_bics_psp_v3_12_0::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_bics_psp_v3_12_0::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_bics_snul -->
|
|
<Type Name="nlohmann::json_abi_bics_snul::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_bics_snul::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_bics_snul::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_bics_snul::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_bics_snul::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_bics_snul::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_bics_snul::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_bics_snul::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_bics_snul::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_bics_snul::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_bics_snul::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_bics_snul::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_bics_snul::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_bics_snul_v3_12_0 -->
|
|
<Type Name="nlohmann::json_abi_bics_snul_v3_12_0::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_bics_snul_v3_12_0::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_bics_snul_v3_12_0::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_bics_snul_v3_12_0::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_bics_snul_v3_12_0::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_bics_snul_v3_12_0::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_bics_snul_v3_12_0::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_bics_snul_v3_12_0::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_bics_snul_v3_12_0::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_bics_snul_v3_12_0::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_bics_snul_v3_12_0::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_bics_snul_v3_12_0::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_bics_snul_v3_12_0::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_psp_snul -->
|
|
<Type Name="nlohmann::json_abi_psp_snul::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_psp_snul::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_psp_snul::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_psp_snul::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_psp_snul::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_psp_snul::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_psp_snul::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_psp_snul::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_psp_snul::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_psp_snul::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_psp_snul::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_psp_snul::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_psp_snul::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_psp_snul_v3_12_0 -->
|
|
<Type Name="nlohmann::json_abi_psp_snul_v3_12_0::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_psp_snul_v3_12_0::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_psp_snul_v3_12_0::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_psp_snul_v3_12_0::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_psp_snul_v3_12_0::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_psp_snul_v3_12_0::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_psp_snul_v3_12_0::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_psp_snul_v3_12_0::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_psp_snul_v3_12_0::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_psp_snul_v3_12_0::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_psp_snul_v3_12_0::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_psp_snul_v3_12_0::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_psp_snul_v3_12_0::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_diag_ldvcmp_dp -->
|
|
<Type Name="nlohmann::json_abi_diag_ldvcmp_dp::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_diag_ldvcmp_dp::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_diag_ldvcmp_dp_v3_12_0 -->
|
|
<Type Name="nlohmann::json_abi_diag_ldvcmp_dp_v3_12_0::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_v3_12_0::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_v3_12_0::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_v3_12_0::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_v3_12_0::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_v3_12_0::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_v3_12_0::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_v3_12_0::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_v3_12_0::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_v3_12_0::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_v3_12_0::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_v3_12_0::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_diag_ldvcmp_dp_v3_12_0::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_diag_ldvcmp_bics -->
|
|
<Type Name="nlohmann::json_abi_diag_ldvcmp_bics::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_bics::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_bics::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_bics::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_bics::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_bics::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_bics::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_bics::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_bics::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_bics::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_bics::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_bics::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_diag_ldvcmp_bics::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_diag_ldvcmp_bics_v3_12_0 -->
|
|
<Type Name="nlohmann::json_abi_diag_ldvcmp_bics_v3_12_0::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_bics_v3_12_0::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_bics_v3_12_0::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_bics_v3_12_0::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_bics_v3_12_0::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_bics_v3_12_0::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_bics_v3_12_0::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_bics_v3_12_0::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_bics_v3_12_0::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_bics_v3_12_0::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_bics_v3_12_0::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_bics_v3_12_0::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_diag_ldvcmp_bics_v3_12_0::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_diag_ldvcmp_psp -->
|
|
<Type Name="nlohmann::json_abi_diag_ldvcmp_psp::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_psp::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_psp::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_psp::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_psp::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_psp::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_psp::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_psp::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_psp::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_psp::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_psp::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_psp::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_diag_ldvcmp_psp::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_diag_ldvcmp_psp_v3_12_0 -->
|
|
<Type Name="nlohmann::json_abi_diag_ldvcmp_psp_v3_12_0::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_psp_v3_12_0::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_psp_v3_12_0::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_psp_v3_12_0::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_psp_v3_12_0::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_psp_v3_12_0::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_psp_v3_12_0::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_psp_v3_12_0::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_psp_v3_12_0::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_psp_v3_12_0::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_psp_v3_12_0::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_psp_v3_12_0::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_diag_ldvcmp_psp_v3_12_0::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_diag_ldvcmp_snul -->
|
|
<Type Name="nlohmann::json_abi_diag_ldvcmp_snul::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_snul::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_snul::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_snul::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_snul::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_snul::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_snul::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_snul::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_snul::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_snul::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_snul::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_snul::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_diag_ldvcmp_snul::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_diag_ldvcmp_snul_v3_12_0 -->
|
|
<Type Name="nlohmann::json_abi_diag_ldvcmp_snul_v3_12_0::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_snul_v3_12_0::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_snul_v3_12_0::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_snul_v3_12_0::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_snul_v3_12_0::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_snul_v3_12_0::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_snul_v3_12_0::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_snul_v3_12_0::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_snul_v3_12_0::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_snul_v3_12_0::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_snul_v3_12_0::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_snul_v3_12_0::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_diag_ldvcmp_snul_v3_12_0::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_diag_dp_bics -->
|
|
<Type Name="nlohmann::json_abi_diag_dp_bics::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_bics::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_bics::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_bics::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_bics::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_bics::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_bics::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_bics::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_bics::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_bics::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_dp_bics::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_dp_bics::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_diag_dp_bics::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_diag_dp_bics_v3_12_0 -->
|
|
<Type Name="nlohmann::json_abi_diag_dp_bics_v3_12_0::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_bics_v3_12_0::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_bics_v3_12_0::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_bics_v3_12_0::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_bics_v3_12_0::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_bics_v3_12_0::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_bics_v3_12_0::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_bics_v3_12_0::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_bics_v3_12_0::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_bics_v3_12_0::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_dp_bics_v3_12_0::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_dp_bics_v3_12_0::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_diag_dp_bics_v3_12_0::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_diag_dp_psp -->
|
|
<Type Name="nlohmann::json_abi_diag_dp_psp::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_psp::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_psp::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_psp::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_psp::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_psp::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_psp::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_psp::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_psp::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_psp::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_dp_psp::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_dp_psp::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_diag_dp_psp::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_diag_dp_psp_v3_12_0 -->
|
|
<Type Name="nlohmann::json_abi_diag_dp_psp_v3_12_0::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_psp_v3_12_0::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_psp_v3_12_0::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_psp_v3_12_0::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_psp_v3_12_0::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_psp_v3_12_0::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_psp_v3_12_0::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_psp_v3_12_0::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_psp_v3_12_0::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_psp_v3_12_0::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_dp_psp_v3_12_0::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_dp_psp_v3_12_0::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_diag_dp_psp_v3_12_0::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_diag_dp_snul -->
|
|
<Type Name="nlohmann::json_abi_diag_dp_snul::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_snul::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_snul::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_snul::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_snul::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_snul::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_snul::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_snul::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_snul::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_snul::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_dp_snul::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_dp_snul::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_diag_dp_snul::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_diag_dp_snul_v3_12_0 -->
|
|
<Type Name="nlohmann::json_abi_diag_dp_snul_v3_12_0::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_snul_v3_12_0::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_snul_v3_12_0::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_snul_v3_12_0::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_snul_v3_12_0::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_snul_v3_12_0::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_snul_v3_12_0::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_snul_v3_12_0::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_snul_v3_12_0::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_snul_v3_12_0::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_dp_snul_v3_12_0::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_dp_snul_v3_12_0::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_diag_dp_snul_v3_12_0::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_diag_bics_psp -->
|
|
<Type Name="nlohmann::json_abi_diag_bics_psp::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_bics_psp::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_bics_psp::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_bics_psp::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_bics_psp::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_bics_psp::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_bics_psp::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_bics_psp::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_bics_psp::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_bics_psp::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_bics_psp::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_bics_psp::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_diag_bics_psp::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_diag_bics_psp_v3_12_0 -->
|
|
<Type Name="nlohmann::json_abi_diag_bics_psp_v3_12_0::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_bics_psp_v3_12_0::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_bics_psp_v3_12_0::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_bics_psp_v3_12_0::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_bics_psp_v3_12_0::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_bics_psp_v3_12_0::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_bics_psp_v3_12_0::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_bics_psp_v3_12_0::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_bics_psp_v3_12_0::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_bics_psp_v3_12_0::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_bics_psp_v3_12_0::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_bics_psp_v3_12_0::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_diag_bics_psp_v3_12_0::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_diag_bics_snul -->
|
|
<Type Name="nlohmann::json_abi_diag_bics_snul::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_bics_snul::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_bics_snul::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_bics_snul::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_bics_snul::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_bics_snul::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_bics_snul::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_bics_snul::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_bics_snul::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_bics_snul::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_bics_snul::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_bics_snul::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_diag_bics_snul::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_diag_bics_snul_v3_12_0 -->
|
|
<Type Name="nlohmann::json_abi_diag_bics_snul_v3_12_0::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_bics_snul_v3_12_0::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_bics_snul_v3_12_0::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_bics_snul_v3_12_0::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_bics_snul_v3_12_0::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_bics_snul_v3_12_0::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_bics_snul_v3_12_0::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_bics_snul_v3_12_0::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_bics_snul_v3_12_0::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_bics_snul_v3_12_0::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_bics_snul_v3_12_0::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_bics_snul_v3_12_0::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_diag_bics_snul_v3_12_0::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_diag_psp_snul -->
|
|
<Type Name="nlohmann::json_abi_diag_psp_snul::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_psp_snul::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_psp_snul::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_psp_snul::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_psp_snul::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_psp_snul::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_psp_snul::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_psp_snul::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_psp_snul::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_psp_snul::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_psp_snul::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_psp_snul::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_diag_psp_snul::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_diag_psp_snul_v3_12_0 -->
|
|
<Type Name="nlohmann::json_abi_diag_psp_snul_v3_12_0::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_psp_snul_v3_12_0::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_psp_snul_v3_12_0::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_psp_snul_v3_12_0::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_psp_snul_v3_12_0::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_psp_snul_v3_12_0::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_psp_snul_v3_12_0::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_psp_snul_v3_12_0::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_psp_snul_v3_12_0::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_psp_snul_v3_12_0::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_psp_snul_v3_12_0::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_psp_snul_v3_12_0::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_diag_psp_snul_v3_12_0::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_ldvcmp_dp_bics -->
|
|
<Type Name="nlohmann::json_abi_ldvcmp_dp_bics::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_bics::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_bics::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_bics::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_bics::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_bics::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_bics::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_bics::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_bics::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_bics::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_bics::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_bics::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_ldvcmp_dp_bics::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_ldvcmp_dp_bics_v3_12_0 -->
|
|
<Type Name="nlohmann::json_abi_ldvcmp_dp_bics_v3_12_0::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_bics_v3_12_0::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_bics_v3_12_0::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_bics_v3_12_0::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_bics_v3_12_0::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_bics_v3_12_0::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_bics_v3_12_0::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_bics_v3_12_0::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_bics_v3_12_0::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_bics_v3_12_0::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_bics_v3_12_0::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_bics_v3_12_0::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_ldvcmp_dp_bics_v3_12_0::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_ldvcmp_dp_psp -->
|
|
<Type Name="nlohmann::json_abi_ldvcmp_dp_psp::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_psp::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_psp::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_psp::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_psp::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_psp::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_psp::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_psp::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_psp::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_psp::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_psp::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_psp::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_ldvcmp_dp_psp::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_ldvcmp_dp_psp_v3_12_0 -->
|
|
<Type Name="nlohmann::json_abi_ldvcmp_dp_psp_v3_12_0::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_psp_v3_12_0::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_psp_v3_12_0::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_psp_v3_12_0::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_psp_v3_12_0::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_psp_v3_12_0::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_psp_v3_12_0::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_psp_v3_12_0::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_psp_v3_12_0::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_psp_v3_12_0::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_psp_v3_12_0::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_psp_v3_12_0::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_ldvcmp_dp_psp_v3_12_0::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_ldvcmp_dp_snul -->
|
|
<Type Name="nlohmann::json_abi_ldvcmp_dp_snul::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_snul::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_snul::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_snul::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_snul::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_snul::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_snul::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_snul::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_snul::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_snul::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_snul::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_snul::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_ldvcmp_dp_snul::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_ldvcmp_dp_snul_v3_12_0 -->
|
|
<Type Name="nlohmann::json_abi_ldvcmp_dp_snul_v3_12_0::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_snul_v3_12_0::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_snul_v3_12_0::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_snul_v3_12_0::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_snul_v3_12_0::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_snul_v3_12_0::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_snul_v3_12_0::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_snul_v3_12_0::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_snul_v3_12_0::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_snul_v3_12_0::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_snul_v3_12_0::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_snul_v3_12_0::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_ldvcmp_dp_snul_v3_12_0::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_ldvcmp_bics_psp -->
|
|
<Type Name="nlohmann::json_abi_ldvcmp_bics_psp::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_bics_psp::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_bics_psp::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_bics_psp::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_bics_psp::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_bics_psp::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_bics_psp::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_bics_psp::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_bics_psp::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_bics_psp::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_bics_psp::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_bics_psp::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_ldvcmp_bics_psp::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_ldvcmp_bics_psp_v3_12_0 -->
|
|
<Type Name="nlohmann::json_abi_ldvcmp_bics_psp_v3_12_0::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_bics_psp_v3_12_0::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_bics_psp_v3_12_0::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_bics_psp_v3_12_0::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_bics_psp_v3_12_0::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_bics_psp_v3_12_0::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_bics_psp_v3_12_0::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_bics_psp_v3_12_0::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_bics_psp_v3_12_0::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_bics_psp_v3_12_0::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_bics_psp_v3_12_0::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_bics_psp_v3_12_0::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_ldvcmp_bics_psp_v3_12_0::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_ldvcmp_bics_snul -->
|
|
<Type Name="nlohmann::json_abi_ldvcmp_bics_snul::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_bics_snul::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_bics_snul::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_bics_snul::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_bics_snul::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_bics_snul::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_bics_snul::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_bics_snul::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_bics_snul::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_bics_snul::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_bics_snul::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_bics_snul::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_ldvcmp_bics_snul::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_ldvcmp_bics_snul_v3_12_0 -->
|
|
<Type Name="nlohmann::json_abi_ldvcmp_bics_snul_v3_12_0::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_bics_snul_v3_12_0::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_bics_snul_v3_12_0::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_bics_snul_v3_12_0::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_bics_snul_v3_12_0::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_bics_snul_v3_12_0::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_bics_snul_v3_12_0::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_bics_snul_v3_12_0::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_bics_snul_v3_12_0::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_bics_snul_v3_12_0::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_bics_snul_v3_12_0::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_bics_snul_v3_12_0::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_ldvcmp_bics_snul_v3_12_0::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_ldvcmp_psp_snul -->
|
|
<Type Name="nlohmann::json_abi_ldvcmp_psp_snul::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_psp_snul::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_psp_snul::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_psp_snul::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_psp_snul::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_psp_snul::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_psp_snul::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_psp_snul::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_psp_snul::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_psp_snul::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_psp_snul::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_psp_snul::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_ldvcmp_psp_snul::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_ldvcmp_psp_snul_v3_12_0 -->
|
|
<Type Name="nlohmann::json_abi_ldvcmp_psp_snul_v3_12_0::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_psp_snul_v3_12_0::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_psp_snul_v3_12_0::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_psp_snul_v3_12_0::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_psp_snul_v3_12_0::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_psp_snul_v3_12_0::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_psp_snul_v3_12_0::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_psp_snul_v3_12_0::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_psp_snul_v3_12_0::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_psp_snul_v3_12_0::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_psp_snul_v3_12_0::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_psp_snul_v3_12_0::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_ldvcmp_psp_snul_v3_12_0::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_dp_bics_psp -->
|
|
<Type Name="nlohmann::json_abi_dp_bics_psp::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_bics_psp::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_bics_psp::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_bics_psp::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_bics_psp::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_bics_psp::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_bics_psp::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_bics_psp::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_bics_psp::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_bics_psp::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_dp_bics_psp::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_dp_bics_psp::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_dp_bics_psp::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_dp_bics_psp_v3_12_0 -->
|
|
<Type Name="nlohmann::json_abi_dp_bics_psp_v3_12_0::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_bics_psp_v3_12_0::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_bics_psp_v3_12_0::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_bics_psp_v3_12_0::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_bics_psp_v3_12_0::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_bics_psp_v3_12_0::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_bics_psp_v3_12_0::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_bics_psp_v3_12_0::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_bics_psp_v3_12_0::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_bics_psp_v3_12_0::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_dp_bics_psp_v3_12_0::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_dp_bics_psp_v3_12_0::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_dp_bics_psp_v3_12_0::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_dp_bics_snul -->
|
|
<Type Name="nlohmann::json_abi_dp_bics_snul::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_bics_snul::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_bics_snul::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_bics_snul::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_bics_snul::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_bics_snul::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_bics_snul::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_bics_snul::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_bics_snul::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_bics_snul::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_dp_bics_snul::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_dp_bics_snul::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_dp_bics_snul::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_dp_bics_snul_v3_12_0 -->
|
|
<Type Name="nlohmann::json_abi_dp_bics_snul_v3_12_0::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_bics_snul_v3_12_0::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_bics_snul_v3_12_0::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_bics_snul_v3_12_0::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_bics_snul_v3_12_0::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_bics_snul_v3_12_0::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_bics_snul_v3_12_0::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_bics_snul_v3_12_0::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_bics_snul_v3_12_0::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_bics_snul_v3_12_0::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_dp_bics_snul_v3_12_0::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_dp_bics_snul_v3_12_0::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_dp_bics_snul_v3_12_0::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_dp_psp_snul -->
|
|
<Type Name="nlohmann::json_abi_dp_psp_snul::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_psp_snul::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_psp_snul::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_psp_snul::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_psp_snul::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_psp_snul::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_psp_snul::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_psp_snul::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_psp_snul::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_psp_snul::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_dp_psp_snul::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_dp_psp_snul::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_dp_psp_snul::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_dp_psp_snul_v3_12_0 -->
|
|
<Type Name="nlohmann::json_abi_dp_psp_snul_v3_12_0::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_psp_snul_v3_12_0::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_psp_snul_v3_12_0::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_psp_snul_v3_12_0::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_psp_snul_v3_12_0::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_psp_snul_v3_12_0::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_psp_snul_v3_12_0::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_psp_snul_v3_12_0::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_psp_snul_v3_12_0::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_psp_snul_v3_12_0::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_dp_psp_snul_v3_12_0::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_dp_psp_snul_v3_12_0::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_dp_psp_snul_v3_12_0::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_bics_psp_snul -->
|
|
<Type Name="nlohmann::json_abi_bics_psp_snul::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_bics_psp_snul::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_bics_psp_snul::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_bics_psp_snul::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_bics_psp_snul::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_bics_psp_snul::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_bics_psp_snul::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_bics_psp_snul::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_bics_psp_snul::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_bics_psp_snul::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_bics_psp_snul::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_bics_psp_snul::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_bics_psp_snul::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_bics_psp_snul_v3_12_0 -->
|
|
<Type Name="nlohmann::json_abi_bics_psp_snul_v3_12_0::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_bics_psp_snul_v3_12_0::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_bics_psp_snul_v3_12_0::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_bics_psp_snul_v3_12_0::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_bics_psp_snul_v3_12_0::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_bics_psp_snul_v3_12_0::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_bics_psp_snul_v3_12_0::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_bics_psp_snul_v3_12_0::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_bics_psp_snul_v3_12_0::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_bics_psp_snul_v3_12_0::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_bics_psp_snul_v3_12_0::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_bics_psp_snul_v3_12_0::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_bics_psp_snul_v3_12_0::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_diag_ldvcmp_dp_bics -->
|
|
<Type Name="nlohmann::json_abi_diag_ldvcmp_dp_bics::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_bics::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_bics::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_bics::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_bics::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_bics::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_bics::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_bics::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_bics::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_bics::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_bics::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_bics::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_diag_ldvcmp_dp_bics::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_diag_ldvcmp_dp_bics_v3_12_0 -->
|
|
<Type Name="nlohmann::json_abi_diag_ldvcmp_dp_bics_v3_12_0::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_bics_v3_12_0::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_bics_v3_12_0::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_bics_v3_12_0::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_bics_v3_12_0::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_bics_v3_12_0::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_bics_v3_12_0::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_bics_v3_12_0::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_bics_v3_12_0::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_bics_v3_12_0::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_bics_v3_12_0::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_bics_v3_12_0::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_diag_ldvcmp_dp_bics_v3_12_0::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_diag_ldvcmp_dp_psp -->
|
|
<Type Name="nlohmann::json_abi_diag_ldvcmp_dp_psp::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_psp::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_psp::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_psp::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_psp::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_psp::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_psp::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_psp::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_psp::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_psp::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_psp::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_psp::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_diag_ldvcmp_dp_psp::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_diag_ldvcmp_dp_psp_v3_12_0 -->
|
|
<Type Name="nlohmann::json_abi_diag_ldvcmp_dp_psp_v3_12_0::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_psp_v3_12_0::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_psp_v3_12_0::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_psp_v3_12_0::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_psp_v3_12_0::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_psp_v3_12_0::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_psp_v3_12_0::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_psp_v3_12_0::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_psp_v3_12_0::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_psp_v3_12_0::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_psp_v3_12_0::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_psp_v3_12_0::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_diag_ldvcmp_dp_psp_v3_12_0::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_diag_ldvcmp_dp_snul -->
|
|
<Type Name="nlohmann::json_abi_diag_ldvcmp_dp_snul::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_snul::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_snul::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_snul::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_snul::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_snul::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_snul::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_snul::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_snul::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_snul::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_snul::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_snul::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_diag_ldvcmp_dp_snul::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_diag_ldvcmp_dp_snul_v3_12_0 -->
|
|
<Type Name="nlohmann::json_abi_diag_ldvcmp_dp_snul_v3_12_0::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_snul_v3_12_0::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_snul_v3_12_0::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_snul_v3_12_0::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_snul_v3_12_0::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_snul_v3_12_0::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_snul_v3_12_0::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_snul_v3_12_0::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_snul_v3_12_0::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_snul_v3_12_0::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_snul_v3_12_0::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_snul_v3_12_0::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_diag_ldvcmp_dp_snul_v3_12_0::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_diag_ldvcmp_bics_psp -->
|
|
<Type Name="nlohmann::json_abi_diag_ldvcmp_bics_psp::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_bics_psp::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_bics_psp::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_bics_psp::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_bics_psp::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_bics_psp::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_bics_psp::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_bics_psp::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_bics_psp::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_bics_psp::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_bics_psp::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_bics_psp::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_diag_ldvcmp_bics_psp::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_diag_ldvcmp_bics_psp_v3_12_0 -->
|
|
<Type Name="nlohmann::json_abi_diag_ldvcmp_bics_psp_v3_12_0::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_bics_psp_v3_12_0::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_bics_psp_v3_12_0::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_bics_psp_v3_12_0::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_bics_psp_v3_12_0::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_bics_psp_v3_12_0::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_bics_psp_v3_12_0::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_bics_psp_v3_12_0::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_bics_psp_v3_12_0::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_bics_psp_v3_12_0::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_bics_psp_v3_12_0::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_bics_psp_v3_12_0::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_diag_ldvcmp_bics_psp_v3_12_0::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_diag_ldvcmp_bics_snul -->
|
|
<Type Name="nlohmann::json_abi_diag_ldvcmp_bics_snul::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_bics_snul::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_bics_snul::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_bics_snul::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_bics_snul::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_bics_snul::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_bics_snul::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_bics_snul::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_bics_snul::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_bics_snul::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_bics_snul::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_bics_snul::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_diag_ldvcmp_bics_snul::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_diag_ldvcmp_bics_snul_v3_12_0 -->
|
|
<Type Name="nlohmann::json_abi_diag_ldvcmp_bics_snul_v3_12_0::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_bics_snul_v3_12_0::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_bics_snul_v3_12_0::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_bics_snul_v3_12_0::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_bics_snul_v3_12_0::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_bics_snul_v3_12_0::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_bics_snul_v3_12_0::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_bics_snul_v3_12_0::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_bics_snul_v3_12_0::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_bics_snul_v3_12_0::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_bics_snul_v3_12_0::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_bics_snul_v3_12_0::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_diag_ldvcmp_bics_snul_v3_12_0::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_diag_ldvcmp_psp_snul -->
|
|
<Type Name="nlohmann::json_abi_diag_ldvcmp_psp_snul::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_psp_snul::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_psp_snul::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_psp_snul::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_psp_snul::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_psp_snul::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_psp_snul::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_psp_snul::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_psp_snul::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_psp_snul::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_psp_snul::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_psp_snul::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_diag_ldvcmp_psp_snul::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_diag_ldvcmp_psp_snul_v3_12_0 -->
|
|
<Type Name="nlohmann::json_abi_diag_ldvcmp_psp_snul_v3_12_0::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_psp_snul_v3_12_0::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_psp_snul_v3_12_0::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_psp_snul_v3_12_0::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_psp_snul_v3_12_0::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_psp_snul_v3_12_0::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_psp_snul_v3_12_0::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_psp_snul_v3_12_0::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_psp_snul_v3_12_0::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_psp_snul_v3_12_0::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_psp_snul_v3_12_0::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_psp_snul_v3_12_0::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_diag_ldvcmp_psp_snul_v3_12_0::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_diag_dp_bics_psp -->
|
|
<Type Name="nlohmann::json_abi_diag_dp_bics_psp::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_bics_psp::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_bics_psp::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_bics_psp::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_bics_psp::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_bics_psp::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_bics_psp::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_bics_psp::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_bics_psp::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_bics_psp::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_dp_bics_psp::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_dp_bics_psp::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_diag_dp_bics_psp::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_diag_dp_bics_psp_v3_12_0 -->
|
|
<Type Name="nlohmann::json_abi_diag_dp_bics_psp_v3_12_0::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_bics_psp_v3_12_0::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_bics_psp_v3_12_0::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_bics_psp_v3_12_0::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_bics_psp_v3_12_0::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_bics_psp_v3_12_0::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_bics_psp_v3_12_0::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_bics_psp_v3_12_0::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_bics_psp_v3_12_0::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_bics_psp_v3_12_0::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_dp_bics_psp_v3_12_0::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_dp_bics_psp_v3_12_0::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_diag_dp_bics_psp_v3_12_0::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_diag_dp_bics_snul -->
|
|
<Type Name="nlohmann::json_abi_diag_dp_bics_snul::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_bics_snul::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_bics_snul::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_bics_snul::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_bics_snul::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_bics_snul::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_bics_snul::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_bics_snul::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_bics_snul::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_bics_snul::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_dp_bics_snul::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_dp_bics_snul::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_diag_dp_bics_snul::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_diag_dp_bics_snul_v3_12_0 -->
|
|
<Type Name="nlohmann::json_abi_diag_dp_bics_snul_v3_12_0::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_bics_snul_v3_12_0::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_bics_snul_v3_12_0::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_bics_snul_v3_12_0::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_bics_snul_v3_12_0::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_bics_snul_v3_12_0::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_bics_snul_v3_12_0::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_bics_snul_v3_12_0::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_bics_snul_v3_12_0::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_bics_snul_v3_12_0::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_dp_bics_snul_v3_12_0::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_dp_bics_snul_v3_12_0::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_diag_dp_bics_snul_v3_12_0::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_diag_dp_psp_snul -->
|
|
<Type Name="nlohmann::json_abi_diag_dp_psp_snul::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_psp_snul::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_psp_snul::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_psp_snul::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_psp_snul::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_psp_snul::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_psp_snul::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_psp_snul::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_psp_snul::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_psp_snul::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_dp_psp_snul::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_dp_psp_snul::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_diag_dp_psp_snul::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_diag_dp_psp_snul_v3_12_0 -->
|
|
<Type Name="nlohmann::json_abi_diag_dp_psp_snul_v3_12_0::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_psp_snul_v3_12_0::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_psp_snul_v3_12_0::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_psp_snul_v3_12_0::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_psp_snul_v3_12_0::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_psp_snul_v3_12_0::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_psp_snul_v3_12_0::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_psp_snul_v3_12_0::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_psp_snul_v3_12_0::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_psp_snul_v3_12_0::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_dp_psp_snul_v3_12_0::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_dp_psp_snul_v3_12_0::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_diag_dp_psp_snul_v3_12_0::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_diag_bics_psp_snul -->
|
|
<Type Name="nlohmann::json_abi_diag_bics_psp_snul::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_bics_psp_snul::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_bics_psp_snul::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_bics_psp_snul::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_bics_psp_snul::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_bics_psp_snul::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_bics_psp_snul::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_bics_psp_snul::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_bics_psp_snul::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_bics_psp_snul::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_bics_psp_snul::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_bics_psp_snul::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_diag_bics_psp_snul::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_diag_bics_psp_snul_v3_12_0 -->
|
|
<Type Name="nlohmann::json_abi_diag_bics_psp_snul_v3_12_0::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_bics_psp_snul_v3_12_0::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_bics_psp_snul_v3_12_0::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_bics_psp_snul_v3_12_0::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_bics_psp_snul_v3_12_0::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_bics_psp_snul_v3_12_0::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_bics_psp_snul_v3_12_0::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_bics_psp_snul_v3_12_0::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_bics_psp_snul_v3_12_0::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_bics_psp_snul_v3_12_0::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_bics_psp_snul_v3_12_0::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_bics_psp_snul_v3_12_0::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_diag_bics_psp_snul_v3_12_0::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_ldvcmp_dp_bics_psp -->
|
|
<Type Name="nlohmann::json_abi_ldvcmp_dp_bics_psp::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_bics_psp::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_bics_psp::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_bics_psp::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_bics_psp::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_bics_psp::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_bics_psp::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_bics_psp::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_bics_psp::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_bics_psp::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_bics_psp::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_bics_psp::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_ldvcmp_dp_bics_psp::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_ldvcmp_dp_bics_psp_v3_12_0 -->
|
|
<Type Name="nlohmann::json_abi_ldvcmp_dp_bics_psp_v3_12_0::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_bics_psp_v3_12_0::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_bics_psp_v3_12_0::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_bics_psp_v3_12_0::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_bics_psp_v3_12_0::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_bics_psp_v3_12_0::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_bics_psp_v3_12_0::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_bics_psp_v3_12_0::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_bics_psp_v3_12_0::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_bics_psp_v3_12_0::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_bics_psp_v3_12_0::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_bics_psp_v3_12_0::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_ldvcmp_dp_bics_psp_v3_12_0::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_ldvcmp_dp_bics_snul -->
|
|
<Type Name="nlohmann::json_abi_ldvcmp_dp_bics_snul::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_bics_snul::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_bics_snul::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_bics_snul::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_bics_snul::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_bics_snul::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_bics_snul::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_bics_snul::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_bics_snul::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_bics_snul::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_bics_snul::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_bics_snul::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_ldvcmp_dp_bics_snul::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_ldvcmp_dp_bics_snul_v3_12_0 -->
|
|
<Type Name="nlohmann::json_abi_ldvcmp_dp_bics_snul_v3_12_0::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_bics_snul_v3_12_0::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_bics_snul_v3_12_0::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_bics_snul_v3_12_0::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_bics_snul_v3_12_0::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_bics_snul_v3_12_0::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_bics_snul_v3_12_0::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_bics_snul_v3_12_0::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_bics_snul_v3_12_0::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_bics_snul_v3_12_0::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_bics_snul_v3_12_0::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_bics_snul_v3_12_0::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_ldvcmp_dp_bics_snul_v3_12_0::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_ldvcmp_dp_psp_snul -->
|
|
<Type Name="nlohmann::json_abi_ldvcmp_dp_psp_snul::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_psp_snul::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_psp_snul::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_psp_snul::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_psp_snul::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_psp_snul::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_psp_snul::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_psp_snul::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_psp_snul::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_psp_snul::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_psp_snul::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_psp_snul::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_ldvcmp_dp_psp_snul::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_ldvcmp_dp_psp_snul_v3_12_0 -->
|
|
<Type Name="nlohmann::json_abi_ldvcmp_dp_psp_snul_v3_12_0::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_psp_snul_v3_12_0::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_psp_snul_v3_12_0::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_psp_snul_v3_12_0::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_psp_snul_v3_12_0::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_psp_snul_v3_12_0::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_psp_snul_v3_12_0::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_psp_snul_v3_12_0::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_psp_snul_v3_12_0::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_psp_snul_v3_12_0::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_psp_snul_v3_12_0::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_psp_snul_v3_12_0::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_ldvcmp_dp_psp_snul_v3_12_0::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_ldvcmp_bics_psp_snul -->
|
|
<Type Name="nlohmann::json_abi_ldvcmp_bics_psp_snul::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_bics_psp_snul::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_bics_psp_snul::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_bics_psp_snul::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_bics_psp_snul::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_bics_psp_snul::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_bics_psp_snul::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_bics_psp_snul::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_bics_psp_snul::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_bics_psp_snul::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_bics_psp_snul::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_bics_psp_snul::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_ldvcmp_bics_psp_snul::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_ldvcmp_bics_psp_snul_v3_12_0 -->
|
|
<Type Name="nlohmann::json_abi_ldvcmp_bics_psp_snul_v3_12_0::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_bics_psp_snul_v3_12_0::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_bics_psp_snul_v3_12_0::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_bics_psp_snul_v3_12_0::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_bics_psp_snul_v3_12_0::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_bics_psp_snul_v3_12_0::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_bics_psp_snul_v3_12_0::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_bics_psp_snul_v3_12_0::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_bics_psp_snul_v3_12_0::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_bics_psp_snul_v3_12_0::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_bics_psp_snul_v3_12_0::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_bics_psp_snul_v3_12_0::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_ldvcmp_bics_psp_snul_v3_12_0::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_dp_bics_psp_snul -->
|
|
<Type Name="nlohmann::json_abi_dp_bics_psp_snul::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_bics_psp_snul::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_bics_psp_snul::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_bics_psp_snul::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_bics_psp_snul::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_bics_psp_snul::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_bics_psp_snul::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_bics_psp_snul::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_bics_psp_snul::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_bics_psp_snul::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_dp_bics_psp_snul::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_dp_bics_psp_snul::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_dp_bics_psp_snul::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_dp_bics_psp_snul_v3_12_0 -->
|
|
<Type Name="nlohmann::json_abi_dp_bics_psp_snul_v3_12_0::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_bics_psp_snul_v3_12_0::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_bics_psp_snul_v3_12_0::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_bics_psp_snul_v3_12_0::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_bics_psp_snul_v3_12_0::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_bics_psp_snul_v3_12_0::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_bics_psp_snul_v3_12_0::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_bics_psp_snul_v3_12_0::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_bics_psp_snul_v3_12_0::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_dp_bics_psp_snul_v3_12_0::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_dp_bics_psp_snul_v3_12_0::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_dp_bics_psp_snul_v3_12_0::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_dp_bics_psp_snul_v3_12_0::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_diag_ldvcmp_dp_bics_psp -->
|
|
<Type Name="nlohmann::json_abi_diag_ldvcmp_dp_bics_psp::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_bics_psp::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_bics_psp::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_bics_psp::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_bics_psp::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_bics_psp::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_bics_psp::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_bics_psp::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_bics_psp::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_bics_psp::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_bics_psp::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_bics_psp::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_diag_ldvcmp_dp_bics_psp::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_diag_ldvcmp_dp_bics_psp_v3_12_0 -->
|
|
<Type Name="nlohmann::json_abi_diag_ldvcmp_dp_bics_psp_v3_12_0::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_bics_psp_v3_12_0::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_bics_psp_v3_12_0::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_bics_psp_v3_12_0::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_bics_psp_v3_12_0::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_bics_psp_v3_12_0::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_bics_psp_v3_12_0::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_bics_psp_v3_12_0::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_bics_psp_v3_12_0::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_bics_psp_v3_12_0::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_bics_psp_v3_12_0::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_bics_psp_v3_12_0::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_diag_ldvcmp_dp_bics_psp_v3_12_0::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_diag_ldvcmp_dp_bics_snul -->
|
|
<Type Name="nlohmann::json_abi_diag_ldvcmp_dp_bics_snul::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_bics_snul::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_bics_snul::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_bics_snul::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_bics_snul::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_bics_snul::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_bics_snul::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_bics_snul::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_bics_snul::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_bics_snul::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_bics_snul::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_bics_snul::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_diag_ldvcmp_dp_bics_snul::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_diag_ldvcmp_dp_bics_snul_v3_12_0 -->
|
|
<Type Name="nlohmann::json_abi_diag_ldvcmp_dp_bics_snul_v3_12_0::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_bics_snul_v3_12_0::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_bics_snul_v3_12_0::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_bics_snul_v3_12_0::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_bics_snul_v3_12_0::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_bics_snul_v3_12_0::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_bics_snul_v3_12_0::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_bics_snul_v3_12_0::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_bics_snul_v3_12_0::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_bics_snul_v3_12_0::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_bics_snul_v3_12_0::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_bics_snul_v3_12_0::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_diag_ldvcmp_dp_bics_snul_v3_12_0::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_diag_ldvcmp_dp_psp_snul -->
|
|
<Type Name="nlohmann::json_abi_diag_ldvcmp_dp_psp_snul::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_psp_snul::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_psp_snul::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_psp_snul::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_psp_snul::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_psp_snul::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_psp_snul::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_psp_snul::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_psp_snul::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_psp_snul::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_psp_snul::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_psp_snul::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_diag_ldvcmp_dp_psp_snul::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_diag_ldvcmp_dp_psp_snul_v3_12_0 -->
|
|
<Type Name="nlohmann::json_abi_diag_ldvcmp_dp_psp_snul_v3_12_0::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_psp_snul_v3_12_0::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_psp_snul_v3_12_0::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_psp_snul_v3_12_0::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_psp_snul_v3_12_0::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_psp_snul_v3_12_0::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_psp_snul_v3_12_0::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_psp_snul_v3_12_0::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_psp_snul_v3_12_0::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_psp_snul_v3_12_0::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_psp_snul_v3_12_0::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_psp_snul_v3_12_0::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_diag_ldvcmp_dp_psp_snul_v3_12_0::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_diag_ldvcmp_bics_psp_snul -->
|
|
<Type Name="nlohmann::json_abi_diag_ldvcmp_bics_psp_snul::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_bics_psp_snul::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_bics_psp_snul::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_bics_psp_snul::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_bics_psp_snul::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_bics_psp_snul::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_bics_psp_snul::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_bics_psp_snul::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_bics_psp_snul::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_bics_psp_snul::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_bics_psp_snul::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_bics_psp_snul::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_diag_ldvcmp_bics_psp_snul::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_diag_ldvcmp_bics_psp_snul_v3_12_0 -->
|
|
<Type Name="nlohmann::json_abi_diag_ldvcmp_bics_psp_snul_v3_12_0::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_bics_psp_snul_v3_12_0::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_bics_psp_snul_v3_12_0::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_bics_psp_snul_v3_12_0::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_bics_psp_snul_v3_12_0::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_bics_psp_snul_v3_12_0::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_bics_psp_snul_v3_12_0::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_bics_psp_snul_v3_12_0::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_bics_psp_snul_v3_12_0::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_bics_psp_snul_v3_12_0::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_bics_psp_snul_v3_12_0::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_bics_psp_snul_v3_12_0::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_diag_ldvcmp_bics_psp_snul_v3_12_0::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_diag_dp_bics_psp_snul -->
|
|
<Type Name="nlohmann::json_abi_diag_dp_bics_psp_snul::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_bics_psp_snul::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_bics_psp_snul::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_bics_psp_snul::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_bics_psp_snul::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_bics_psp_snul::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_bics_psp_snul::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_bics_psp_snul::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_bics_psp_snul::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_bics_psp_snul::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_dp_bics_psp_snul::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_dp_bics_psp_snul::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_diag_dp_bics_psp_snul::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_diag_dp_bics_psp_snul_v3_12_0 -->
|
|
<Type Name="nlohmann::json_abi_diag_dp_bics_psp_snul_v3_12_0::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_bics_psp_snul_v3_12_0::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_bics_psp_snul_v3_12_0::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_bics_psp_snul_v3_12_0::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_bics_psp_snul_v3_12_0::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_bics_psp_snul_v3_12_0::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_bics_psp_snul_v3_12_0::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_bics_psp_snul_v3_12_0::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_bics_psp_snul_v3_12_0::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_dp_bics_psp_snul_v3_12_0::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_dp_bics_psp_snul_v3_12_0::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_dp_bics_psp_snul_v3_12_0::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_diag_dp_bics_psp_snul_v3_12_0::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_ldvcmp_dp_bics_psp_snul -->
|
|
<Type Name="nlohmann::json_abi_ldvcmp_dp_bics_psp_snul::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_bics_psp_snul::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_bics_psp_snul::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_bics_psp_snul::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_bics_psp_snul::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_bics_psp_snul::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_bics_psp_snul::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_bics_psp_snul::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_bics_psp_snul::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_bics_psp_snul::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_bics_psp_snul::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_bics_psp_snul::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_ldvcmp_dp_bics_psp_snul::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_ldvcmp_dp_bics_psp_snul_v3_12_0 -->
|
|
<Type Name="nlohmann::json_abi_ldvcmp_dp_bics_psp_snul_v3_12_0::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_bics_psp_snul_v3_12_0::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_bics_psp_snul_v3_12_0::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_bics_psp_snul_v3_12_0::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_bics_psp_snul_v3_12_0::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_bics_psp_snul_v3_12_0::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_bics_psp_snul_v3_12_0::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_bics_psp_snul_v3_12_0::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_bics_psp_snul_v3_12_0::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_bics_psp_snul_v3_12_0::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_bics_psp_snul_v3_12_0::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_dp_bics_psp_snul_v3_12_0::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_ldvcmp_dp_bics_psp_snul_v3_12_0::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_diag_ldvcmp_dp_bics_psp_snul -->
|
|
<Type Name="nlohmann::json_abi_diag_ldvcmp_dp_bics_psp_snul::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_bics_psp_snul::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_bics_psp_snul::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_bics_psp_snul::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_bics_psp_snul::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_bics_psp_snul::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_bics_psp_snul::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_bics_psp_snul::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_bics_psp_snul::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_bics_psp_snul::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_bics_psp_snul::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_bics_psp_snul::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_diag_ldvcmp_dp_bics_psp_snul::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Namespace nlohmann::json_abi_diag_ldvcmp_dp_bics_psp_snul_v3_12_0 -->
|
|
<Type Name="nlohmann::json_abi_diag_ldvcmp_dp_bics_psp_snul_v3_12_0::basic_json<*>">
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_bics_psp_snul_v3_12_0::detail::value_t::null">null</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_bics_psp_snul_v3_12_0::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_bics_psp_snul_v3_12_0::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_bics_psp_snul_v3_12_0::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_bics_psp_snul_v3_12_0::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_bics_psp_snul_v3_12_0::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_bics_psp_snul_v3_12_0::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_bics_psp_snul_v3_12_0::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString>
|
|
<DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_bics_psp_snul_v3_12_0::detail::value_t::discarded">discarded</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_bics_psp_snul_v3_12_0::detail::value_t::object">
|
|
*(m_data.m_value.object),view(simple)
|
|
</ExpandedItem>
|
|
<ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_dp_bics_psp_snul_v3_12_0::detail::value_t::array">
|
|
*(m_data.m_value.array),view(simple)
|
|
</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
<!-- Skip the pair first/second members in the treeview while traversing a map.
|
|
Only works in VS 2015 Update 2 and beyond using the new visualization -->
|
|
<Type Name="std::pair<*, nlohmann::json_abi_diag_ldvcmp_dp_bics_psp_snul_v3_12_0::basic_json<*>>" IncludeView="MapHelper">
|
|
<DisplayString>{second}</DisplayString>
|
|
<Expand>
|
|
<ExpandedItem>second</ExpandedItem>
|
|
</Expand>
|
|
</Type>
|
|
|
|
</AutoVisualizer>
|