mirror of
https://github.com/Mojang/bedrock-protocol-docs.git
synced 2025-07-19 16:41:46 +00:00
17 lines
868 B
Plaintext
17 lines
868 B
Plaintext
digraph "std::optional<unsigned char>" {
|
|
rankdir = LR
|
|
43
|
|
43 -> 44
|
|
44 -> 45
|
|
43 -> 46
|
|
46 -> 48
|
|
|
|
43 [label="std::optional<unsigned char>",comment="name: \"std::optional<unsigned char>\", typeName: \"\", id: 43, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
|
|
44 [label="Has Value",comment="name: \"Has Value\", typeName: \"\", id: 44, branchId: 0, recurseId: -1, attributes: 0, notes: \"If true, follow with appropriate data type, otherwise nothing\""];
|
|
45 [label="bool",comment="name: \"bool\", typeName: \"\", id: 45, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
46 [label="Value",comment="name: \"Value\", typeName: \"char\", id: 46, branchId: 0, recurseId: -1, attributes: 256, notes: \"\""];
|
|
48 [label="char",comment="name: \"char\", typeName: \"\", id: 48, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
{ rank = max;45;48}
|
|
|
|
}
|