|
Ruby
2.7.2p137(2020-10-01revision5445e0435260b449decf2ac16f9d09bae3cafe72)
|
Go to the source code of this file.
Data Structures | |
| struct | ptr_data |
Macros | |
| #define | RB_OBJ_CLASSNAME(obj) rb_obj_class(obj) |
| #define | RB_OBJ_STRING(obj) (obj) |
| #define | RPTR_DATA(obj) ((struct ptr_data *)(DATA_PTR(obj))) |
Typedefs | |
| typedef void(* | freefunc_t) (void *) |
Functions | |
| void | Init_fiddle_pointer (void) |
Variables | |
| VALUE | rb_cPointer |
| #define RB_OBJ_CLASSNAME | ( | obj | ) | rb_obj_class(obj) |