hoshi-lang dev
Yet another programming language
Loading...
Searching...
No Matches
YoiTypeInfo Struct Reference

#include <rtti.h>

Public Attributes

int64_t type_id
 
const char * type_name
 
valueType type_enum
 
int64_t type_affiliate_module
 
int64_t type_index
 
int64_t is_array
 

Detailed Description

Definition at line 36 of file rtti.h.

Member Data Documentation

◆ is_array

int64_t is_array

Definition at line 42 of file rtti.h.

◆ type_affiliate_module

int64_t type_affiliate_module

Definition at line 40 of file rtti.h.

◆ type_enum

valueType type_enum

Definition at line 39 of file rtti.h.

◆ type_id

int64_t type_id

Definition at line 37 of file rtti.h.

◆ type_index

int64_t type_index

Definition at line 41 of file rtti.h.

◆ type_name

const char* type_name

Definition at line 38 of file rtti.h.

Referenced by rtti_object_alloc(), and runtime_finalize_object_report().


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