|
Ruby
2.5.0dev(2017-10-22revision60238)
|
#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 |
| VALUE | flags |
| size_t(* rb_data_type_struct::dsize) (const void *) |
Definition at line 1085 of file ruby.h.
Referenced by rb_objspace_data_type_memsize().
| struct { ... } rb_data_type_struct::function |
Referenced by rb_objspace_data_type_memsize().
| const rb_data_type_t* rb_data_type_struct::parent |
Definition at line 1089 of file ruby.h.
Referenced by rb_typeddata_inherited_p().
1.8.13