Ruby 2.7.6p219 (2022-04-12 revision c9c2245c0a25176072e02db9254f0e0c84c805cd)
|
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) |