Ruby 2.7.6p219 (2022-04-12 revision c9c2245c0a25176072e02db9254f0e0c84c805cd)
Data Fields
rb_classext_struct Struct Reference

#include <rb_mjit_min_header-2.7.6.h>

Data Fields

struct st_tableiv_index_tbl
 
struct st_tableiv_tbl
 
struct rb_id_tablem_tbl
 
struct rb_id_tableconst_tbl
 
struct rb_id_tablecallable_m_tbl
 
rb_subclass_entry_tsubclasses
 
rb_subclass_entry_t ** parent_subclasses
 
rb_subclass_entry_t ** module_subclasses
 In the case that this is an ICLASS, module_subclasses points to the link in the module's subclasses list that indicates that the klass has been included. More...
 
const VALUE origin_
 
const VALUE refined_class
 
rb_alloc_func_t allocator
 
const VALUE includer
 

Detailed Description

Definition at line 7043 of file rb_mjit_min_header-2.7.6.h.

Field Documentation

◆ allocator

rb_alloc_func_t rb_classext_struct::allocator

Definition at line 7054 of file rb_mjit_min_header-2.7.6.h.

◆ callable_m_tbl

struct rb_id_table * rb_classext_struct::callable_m_tbl

Definition at line 7048 of file rb_mjit_min_header-2.7.6.h.

◆ const_tbl

struct rb_id_table * rb_classext_struct::const_tbl

Definition at line 7047 of file rb_mjit_min_header-2.7.6.h.

◆ includer

const VALUE rb_classext_struct::includer

Definition at line 7055 of file rb_mjit_min_header-2.7.6.h.

◆ iv_index_tbl

struct st_table * rb_classext_struct::iv_index_tbl

Definition at line 7044 of file rb_mjit_min_header-2.7.6.h.

◆ iv_tbl

struct st_table * rb_classext_struct::iv_tbl

Definition at line 7045 of file rb_mjit_min_header-2.7.6.h.

◆ m_tbl

struct rb_id_table * rb_classext_struct::m_tbl

Definition at line 7046 of file rb_mjit_min_header-2.7.6.h.

◆ module_subclasses

rb_subclass_entry_t ** rb_classext_struct::module_subclasses

In the case that this is an ICLASS, module_subclasses points to the link in the module's subclasses list that indicates that the klass has been included.

Hopefully that makes sense.

Definition at line 7051 of file rb_mjit_min_header-2.7.6.h.

◆ origin_

const VALUE rb_classext_struct::origin_

Definition at line 7052 of file rb_mjit_min_header-2.7.6.h.

◆ parent_subclasses

rb_subclass_entry_t ** rb_classext_struct::parent_subclasses

Definition at line 7050 of file rb_mjit_min_header-2.7.6.h.

◆ refined_class

const VALUE rb_classext_struct::refined_class

Definition at line 7053 of file rb_mjit_min_header-2.7.6.h.

◆ subclasses

rb_subclass_entry_t * rb_classext_struct::subclasses

Definition at line 7049 of file rb_mjit_min_header-2.7.6.h.


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