Ruby 3.2.1p31 (2023-02-08 revision 31819e82c88c6f8ecfaeb162519bfa26a14b21fd)
Data Fields
rb_classext_struct Struct Reference

Data Fields

VALUE * iv_ptr
 
struct rb_id_tableconst_tbl
 
struct rb_id_tablecallable_m_tbl
 
struct rb_id_tablecc_tbl
 
struct rb_id_tablecvc_tbl
 
size_t superclass_depth
 
VALUE * superclasses
 
struct rb_subclass_entrysubclasses
 
struct rb_subclass_entrysubclass_entry
 
struct rb_subclass_entrymodule_subclass_entry
 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.
 
const VALUE origin_
 
const VALUE refined_class
 
rb_alloc_func_t allocator
 
const VALUE includer
 
uint32_t max_iv_count
 
uint32_t variation_count
 
shape_id_t shape_id
 

Detailed Description

Definition at line 35 of file class.h.

Field Documentation

◆ allocator

rb_alloc_func_t rb_classext_struct::allocator

Definition at line 53 of file class.h.

◆ callable_m_tbl

struct rb_id_table * rb_classext_struct::callable_m_tbl

Definition at line 38 of file class.h.

◆ cc_tbl

struct rb_id_table * rb_classext_struct::cc_tbl

Definition at line 39 of file class.h.

◆ const_tbl

struct rb_id_table * rb_classext_struct::const_tbl

Definition at line 37 of file class.h.

◆ cvc_tbl

struct rb_id_table * rb_classext_struct::cvc_tbl

Definition at line 40 of file class.h.

◆ includer

const VALUE rb_classext_struct::includer

Definition at line 54 of file class.h.

◆ iv_ptr

VALUE * rb_classext_struct::iv_ptr

Definition at line 36 of file class.h.

◆ max_iv_count

uint32_t rb_classext_struct::max_iv_count

Definition at line 55 of file class.h.

◆ module_subclass_entry

struct rb_subclass_entry * rb_classext_struct::module_subclass_entry

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 50 of file class.h.

◆ origin_

const VALUE rb_classext_struct::origin_

Definition at line 51 of file class.h.

◆ refined_class

const VALUE rb_classext_struct::refined_class

Definition at line 52 of file class.h.

◆ shape_id

shape_id_t rb_classext_struct::shape_id

Definition at line 58 of file class.h.

◆ subclass_entry

struct rb_subclass_entry * rb_classext_struct::subclass_entry

Definition at line 44 of file class.h.

◆ subclasses

struct rb_subclass_entry * rb_classext_struct::subclasses

Definition at line 43 of file class.h.

◆ superclass_depth

size_t rb_classext_struct::superclass_depth

Definition at line 41 of file class.h.

◆ superclasses

VALUE * rb_classext_struct::superclasses

Definition at line 42 of file class.h.

◆ variation_count

uint32_t rb_classext_struct::variation_count

Definition at line 56 of file class.h.


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