2025-05-21 13:44:00 -07:00
|
|
|
digraph "std::optional<enum ControlScheme::Scheme>" {
|
|
|
|
rankdir = LR
|
2025-05-21 14:00:52 -07:00
|
|
|
94
|
|
|
|
94 -> 95
|
|
|
|
95 -> 96
|
2025-05-21 13:44:00 -07:00
|
|
|
|
2025-05-21 14:00:52 -07:00
|
|
|
94 [label="std::optional<enum ControlScheme::Scheme>",comment="name: \"std::optional<enum ControlScheme::Scheme>\", typeName: \"\", id: 94, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
|
|
|
|
95 [label="Has Value",comment="name: \"Has Value\", typeName: \"\", id: 95, branchId: 0, recurseId: -1, attributes: 0, notes: \"If true, follow with appropriate data type, otherwise nothing\""];
|
|
|
|
96 [label="bool",comment="name: \"bool\", typeName: \"\", id: 96, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
|
|
{ rank = max;96}
|
2025-05-21 13:44:00 -07:00
|
|
|
|
|
|
|
}
|