|
Ruby
2.5.0dev(2017-10-22revision60238)
|
Go to the source code of this file.
Data Structures | |
| struct | dl_handle |
Macros | |
| #define | SafeStringValueCStr(v) (rb_check_safe_obj(rb_string_value(&v)), StringValueCStr(v)) |
| #define | RTLD_NEXT NULL |
| #define | RTLD_DEFAULT NULL |
| #define | CHECK_DLERROR |
Functions | |
| void | Init_fiddle_handle (void) |
Variables | |
| VALUE | rb_cHandle |
| #define CHECK_DLERROR |
| #define SafeStringValueCStr | ( | v | ) | (rb_check_safe_obj(rb_string_value(&v)), StringValueCStr(v)) |
| void Init_fiddle_handle | ( | void | ) |
Definition at line 378 of file handle.c.
References mFiddle, rb_cHandle, rb_cObject, rb_define_alloc_func(), and rb_define_class_under().
| VALUE rb_cHandle |
Definition at line 6 of file handle.c.
Referenced by Init_fiddle_handle().
1.8.13