Max OS 0.3
Loading...
Searching...
No Matches
MaxOS::runtime::TypeDescriptor Struct Reference

Describes a type in the program. More...

#include <ubsan.h>

Public Attributes

uint16_t kind
 The kind of type (e.g., struct, class, union)
 
uint16_t info
 Additional type information.
 
char name []
 The name of the type.
 

Detailed Description

Describes a type in the program.

Definition at line 41 of file ubsan.h.

Member Data Documentation

◆ info

uint16_t MaxOS::runtime::TypeDescriptor::info

Additional type information.

Definition at line 44 of file ubsan.h.

◆ kind

uint16_t MaxOS::runtime::TypeDescriptor::kind

The kind of type (e.g., struct, class, union)

Definition at line 43 of file ubsan.h.

◆ name

char MaxOS::runtime::TypeDescriptor::name[]

The documentation for this struct was generated from the following file: