|
Ruby
2.0.0p353(2013-11-22revision43784)
|
#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 |
| struct { | |
| void(* dmark )(void *) | |
| void(* dfree )(void *) | |
| size_t(* dsize )(const void *) | |
| void * reserved [2] | |
| } | function |
| struct { ... } rb_data_type_struct::function |
| struct { ... } rb_data_type_struct::function |
| const rb_data_type_t * rb_data_type_struct::parent |
Definition at line 969 of file ripper.y.
Referenced by rb_typeddata_inherited_p().
| const char * rb_data_type_struct::wrap_struct_name |
Definition at line 961 of file ripper.y.
Referenced by rb_check_typeddata().
1.8.5