mirror of
https://github.com/Mojang/bedrock-protocol-docs.git
synced 2025-07-28 16:52:08 +00:00
47 lines
2.4 KiB
XML
47 lines
2.4 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
|
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
<!-- Generated by graphviz version 10.0.1 (20240210.2158)
|
|
-->
|
|
<!-- Title: std::optional<bool> Pages: 1 -->
|
|
<svg width="400pt" height="44pt"
|
|
viewBox="0.00 0.00 400.36 44.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 40)">
|
|
<title>std::optional<bool></title>
|
|
<polygon fill="white" stroke="none" points="-4,4 -4,-40 396.36,-40 396.36,4 -4,4"/>
|
|
<!-- 32 -->
|
|
<!-- name: "std::optional<bool>", typeName: "", id: 32, branchId: 0, recurseId: -1, attributes: 0, notes: "" -->
|
|
<g id="node1" class="node">
|
|
<title>32</title>
|
|
<ellipse fill="none" stroke="black" cx="84" cy="-18" rx="84" ry="18"/>
|
|
<text text-anchor="middle" x="84" y="-12.57" font-family="Times New Roman,serif" font-size="14.00">std::optional<bool></text>
|
|
</g>
|
|
<!-- 33 -->
|
|
<!-- name: "Has Value", typeName: "", id: 33, branchId: 0, recurseId: -1, attributes: 0, notes: "If true, follow with appropriate data type, otherwise nothing" -->
|
|
<g id="node2" class="node">
|
|
<title>33</title>
|
|
<ellipse fill="none" stroke="black" cx="252.56" cy="-18" rx="48.57" ry="18"/>
|
|
<text text-anchor="middle" x="252.56" y="-12.57" font-family="Times New Roman,serif" font-size="14.00">Has Value</text>
|
|
</g>
|
|
<!-- 32->33 -->
|
|
<g id="edge1" class="edge">
|
|
<title>32->33</title>
|
|
<path fill="none" stroke="black" d="M168.28,-18C176.48,-18 184.67,-18 192.55,-18"/>
|
|
<polygon fill="black" stroke="black" points="192.32,-21.5 202.32,-18 192.32,-14.5 192.32,-21.5"/>
|
|
</g>
|
|
<!-- 34 -->
|
|
<!-- name: "bool", typeName: "", id: 34, branchId: 0, recurseId: -1, attributes: 512, notes: "" -->
|
|
<g id="node3" class="node">
|
|
<title>34</title>
|
|
<ellipse fill="none" stroke="black" cx="364.74" cy="-18" rx="27.61" ry="18"/>
|
|
<text text-anchor="middle" x="364.74" y="-12.57" font-family="Times New Roman,serif" font-size="14.00">bool</text>
|
|
</g>
|
|
<!-- 33->34 -->
|
|
<g id="edge2" class="edge">
|
|
<title>33->34</title>
|
|
<path fill="none" stroke="black" d="M301.57,-18C309.58,-18 317.79,-18 325.52,-18"/>
|
|
<polygon fill="black" stroke="black" points="325.26,-21.5 335.26,-18 325.26,-14.5 325.26,-21.5"/>
|
|
</g>
|
|
</g>
|
|
</svg>
|