|
Ruby
1.9.3p448(2013-06-27revision41675)
|
Go to the source code of this file.
Data Structures | |
| struct | rb_deprecated_classext_struct |
Defines | |
| #define | RUBY_BACKWARD_CLASSEXT_H 1 |
| #define | RCLASS_EXT(c) ((rb_deprecated_classext_t *)RCLASS(c)->ptr) |
| #define | RCLASS_SUPER(c) (RCLASS_EXT(c)->super) |
Typedefs | |
| typedef struct rb_deprecated_classext_struct | rb_deprecated_classext_t |
| #define RCLASS_EXT | ( | c | ) | ((rb_deprecated_classext_t *)RCLASS(c)->ptr) |
Definition at line 15 of file classext.h.
| #define RCLASS_SUPER | ( | c | ) | (RCLASS_EXT(c)->super) |
Definition at line 16 of file classext.h.
Referenced by class_alloc(), class_init_copy_check(), class_instance_method_list(), gc_mark_children(), include_class_new(), make_metaclass(), mnew(), rb_alias(), rb_autoload_p(), rb_class_boot(), rb_class_get_superclass(), rb_class_inherited_p(), rb_class_initialize(), rb_class_real(), rb_class_superclass(), rb_const_defined_0(), rb_const_get_0(), rb_define_class(), rb_define_class_id_under(), rb_include_module(), rb_mod_ancestors(), rb_mod_const_of(), rb_mod_include_p(), rb_mod_included_modules(), rb_mod_init_copy(), rb_mod_modfunc(), rb_obj_alloc(), rb_obj_is_kind_of(), rb_obj_singleton_methods(), rb_singleton_class_clone(), search_method(), struct_ivar_get(), vm_call0(), vm_call_method(), vm_call_super(), vm_search_const_defined_class(), vm_search_normal_superclass(), and w_extended().
| #define RUBY_BACKWARD_CLASSEXT_H 1 |
Definition at line 8 of file classext.h.
| typedef struct rb_deprecated_classext_struct rb_deprecated_classext_t |
1.7.6.1