Ruby  2.0.0p648(2015-12-16revision53162)
Data Fields
marshal_compat_t Struct Reference

Data Fields

VALUE newclass
 
VALUE oldclass
 
VALUE(* dumper )(VALUE)
 
VALUE(* loader )(VALUE, VALUE)
 

Detailed Description

Definition at line 86 of file marshal.c.

Field Documentation

◆ dumper

VALUE(* marshal_compat_t::dumper) (VALUE)

Definition at line 89 of file marshal.c.

Referenced by rb_marshal_define_compat(), and w_object().

◆ loader

VALUE(* marshal_compat_t::loader) (VALUE, VALUE)

Definition at line 90 of file marshal.c.

Referenced by r_leave(), and rb_marshal_define_compat().

◆ newclass

VALUE marshal_compat_t::newclass

Definition at line 87 of file marshal.c.

Referenced by rb_marshal_define_compat().

◆ oldclass

VALUE marshal_compat_t::oldclass

Definition at line 88 of file marshal.c.

Referenced by obj_alloc_by_klass(), and rb_marshal_define_compat().


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