Ruby  2.7.1p83(2020-03-31revisiona0c7c23c9cec0d0ffcba012279cd652d28ad5bf3)
Data Fields
rb_classext_struct Struct Reference

#include <internal.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
 
rb_serial_t class_serial
 

Detailed Description

Definition at line 1020 of file internal.h.

Field Documentation

◆ allocator

rb_alloc_func_t rb_classext_struct::allocator

Definition at line 1041 of file internal.h.

◆ callable_m_tbl

struct rb_id_table * rb_classext_struct::callable_m_tbl

Definition at line 1027 of file internal.h.

◆ class_serial

rb_serial_t rb_classext_struct::class_serial

Definition at line 6928 of file rb_mjit_min_header-2.7.1.h.

◆ const_tbl

struct rb_id_table * rb_classext_struct::const_tbl

Definition at line 1026 of file internal.h.

◆ includer

const VALUE rb_classext_struct::includer

Definition at line 1042 of file internal.h.

◆ iv_index_tbl

struct st_table * rb_classext_struct::iv_index_tbl

Definition at line 1021 of file internal.h.

◆ iv_tbl

struct st_table * rb_classext_struct::iv_tbl

Definition at line 1022 of file internal.h.

◆ m_tbl

struct rb_id_table* rb_classext_struct::m_tbl

Definition at line 1024 of file internal.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 1035 of file internal.h.

◆ origin_

const VALUE rb_classext_struct::origin_

Definition at line 1039 of file internal.h.

◆ parent_subclasses

rb_subclass_entry_t ** rb_classext_struct::parent_subclasses

Definition at line 1029 of file internal.h.

◆ refined_class

const VALUE rb_classext_struct::refined_class

Definition at line 1040 of file internal.h.

◆ subclasses

rb_subclass_entry_t * rb_classext_struct::subclasses

Definition at line 1028 of file internal.h.


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