Ruby
2.5.0dev(2017-10-22revision60238)
|
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) |