Failed to load JSON: {{ error }}
Select a .json type dump to get started.
Loading...

Enums

enum {{def.name}}

Underlying type: {{def.underlying_type_name}}
Scoped: {{def.is_scoped}}

Identifier Value
{{enumerator.identifier}} {{enumerator.value}}

Records

{{reprRecordKind(def.kind)}} {{def.name}}

Size: {{hex(def.size)}} bytes
Alignment: {{hex(def.alignment)}} bytes

Offset Type Name
{{hex(field.offset)}} {{reprFieldType(field)}} {{reprFieldName(field)}}
VTable for {{def.name}}
Index Data
{{index}} {{reprVtableComponent(component)}}