Ruby
2.7.1p83(2020-03-31revisiona0c7c23c9cec0d0ffcba012279cd652d28ad5bf3)
|
Go to the source code of this file.
Data Structures | |
struct | rb_deprecated_classext_struct |
Macros | |
#define | RUBY_BACKWARD_CLASSEXT_H 1 |
#define | RCLASS_EXT(c) ((rb_deprecated_classext_t *)RCLASS(c)->ptr) |
#define | RCLASS_SUPER(c) (RCLASS(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(c)->super) |
Definition at line 16 of file classext.h.
#define RUBY_BACKWARD_CLASSEXT_H 1 |
Definition at line 8 of file classext.h.
typedef struct rb_deprecated_classext_struct rb_deprecated_classext_t |