Data Fields

rb_data_type_struct Struct Reference

#include <ruby.h>

Data Fields

const char * wrap_struct_name
void(* dmark )(void *)
void(* dfree )(void *)
size_t(* dsize )(const void *)
void * reserved [3]
void * data

Detailed Description

Definition at line 761 of file ruby.h.


Field Documentation

Definition at line 768 of file ruby.h.

void(* rb_data_type_struct::dfree)(void *)

Definition at line 764 of file ruby.h.

void(* rb_data_type_struct::dmark)(void *)

Definition at line 763 of file ruby.h.

Referenced by gc_mark_children().

size_t(* rb_data_type_struct::dsize)(const void *)

Definition at line 765 of file ruby.h.

Definition at line 766 of file ruby.h.

Definition at line 762 of file ruby.h.

Referenced by rb_check_typeddata().


The documentation for this struct was generated from the following file: