Ruby
2.4.2p198(2017-09-14revision59899)
|
#include <internal.h>
Data Fields | |
struct st_table * | iv_index_tbl |
struct st_table * | iv_tbl |
struct rb_id_table * | const_tbl |
struct rb_id_table * | callable_m_tbl |
rb_subclass_entry_t * | subclasses |
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... | |
rb_serial_t | class_serial |
const VALUE | origin_ |
VALUE | refined_class |
rb_alloc_func_t | allocator |
Definition at line 654 of file internal.h.
rb_alloc_func_t rb_classext_struct::allocator |
Definition at line 670 of file internal.h.
struct rb_id_table* rb_classext_struct::callable_m_tbl |
Definition at line 658 of file internal.h.
rb_serial_t rb_classext_struct::class_serial |
Definition at line 667 of file internal.h.
struct rb_id_table* rb_classext_struct::const_tbl |
Definition at line 657 of file internal.h.
struct st_table* rb_classext_struct::iv_index_tbl |
Definition at line 655 of file internal.h.
struct st_table* rb_classext_struct::iv_tbl |
Definition at line 656 of file internal.h.
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 666 of file internal.h.
Definition at line 668 of file internal.h.
rb_subclass_entry_t** rb_classext_struct::parent_subclasses |
Definition at line 660 of file internal.h.
VALUE rb_classext_struct::refined_class |
Definition at line 669 of file internal.h.
rb_subclass_entry_t* rb_classext_struct::subclasses |
Definition at line 659 of file internal.h.