|
Ruby
2.0.0p481(2014-05-08revision45883)
|
#include <ruby.h>
Data Fields | |
| const char * | wrap_struct_name |
| struct { | |
| void(* dmark )(void *) | |
| void(* dfree )(void *) | |
| size_t(* dsize )(const void *) | |
| void * reserved [2] | |
| } | function |
| const rb_data_type_t * | parent |
| void * | data |
| void(* rb_data_type_struct::dfree)(void *) |
| void(* rb_data_type_struct::dmark)(void *) |
| size_t(* rb_data_type_struct::dsize)(const void *) |
| struct { ... } rb_data_type_struct::function |
Definition at line 969 of file ruby.h.
Referenced by rb_typeddata_inherited_p().
| void* rb_data_type_struct::reserved[2] |
Definition at line 961 of file ruby.h.
Referenced by rb_check_typeddata().
1.7.6.1