|
Ruby
1.9.3p551(2014-11-13revision48407)
|
#include <dl.h>
Data Fields | |
| void * | ptr |
| char * | name |
| int | type |
| ID | calltype |
| VALUE | wrap |
| ID cfunc_data::calltype |
Definition at line 201 of file dl.h.
Referenced by rb_dlcfunc_call(), rb_dlcfunc_calltype(), rb_dlcfunc_initialize(), rb_dlcfunc_new(), rb_dlcfunc_s_allocate(), and rb_dlcfunc_set_calltype().
| char* cfunc_data::name |
Definition at line 199 of file dl.h.
Referenced by dlcfunc_free(), dlcfunc_memsize(), rb_dlcfunc_initialize(), rb_dlcfunc_inspect(), rb_dlcfunc_name(), rb_dlcfunc_new(), and rb_dlcfunc_s_allocate().
| void* cfunc_data::ptr |
Definition at line 198 of file dl.h.
Referenced by dlcfunc_free(), dlcfunc_mark(), dlcfunc_memsize(), rb_dlcfunc2ptr(), rb_dlcfunc_call(), rb_dlcfunc_initialize(), rb_dlcfunc_inspect(), rb_dlcfunc_new(), rb_dlcfunc_ptr(), rb_dlcfunc_s_allocate(), rb_dlcfunc_set_ptr(), and rb_dlcfunc_to_i().
| int cfunc_data::type |
Definition at line 200 of file dl.h.
Referenced by rb_dlcfunc_call(), rb_dlcfunc_ctype(), rb_dlcfunc_initialize(), rb_dlcfunc_inspect(), rb_dlcfunc_new(), rb_dlcfunc_s_allocate(), and rb_dlcfunc_set_ctype().
| VALUE cfunc_data::wrap |
Definition at line 202 of file dl.h.
Referenced by dlcfunc_mark(), get_freefunc(), and rb_dlcfunc_initialize().
1.8.14