Ruby 3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
|
#include <class.h>
Data Fields | |
struct st_table * | iv_index_tbl |
struct st_table * | iv_tbl |
struct rb_id_table * | m_tbl |
struct rb_id_table * | const_tbl |
struct rb_id_table * | callable_m_tbl |
struct rb_id_table * | cc_tbl |
struct rb_subclass_entry * | subclasses |
struct rb_subclass_entry ** | parent_subclasses |
struct rb_subclass_entry ** | 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_alloc_func_t rb_classext_struct::allocator |
struct rb_id_table* rb_classext_struct::callable_m_tbl |
struct rb_id_table* rb_classext_struct::cc_tbl |
struct rb_id_table* rb_classext_struct::const_tbl |
struct rb_id_table* rb_classext_struct::m_tbl |
struct rb_subclass_entry** rb_classext_struct::module_subclasses |
struct rb_subclass_entry** rb_classext_struct::parent_subclasses |
struct rb_subclass_entry* rb_classext_struct::subclasses |