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

#include <internal.h>

Data Fields

VALUE super
 
struct st_tableiv_tbl
 
struct st_tableconst_tbl
 
VALUE origin
 
VALUE refined_class
 
rb_alloc_func_t allocator
 

Detailed Description

Definition at line 35 of file internal.h.

Field Documentation

◆ allocator

rb_alloc_func_t rb_classext_struct::allocator

Definition at line 41 of file internal.h.

◆ const_tbl

struct st_table* rb_classext_struct::const_tbl

Definition at line 38 of file internal.h.

◆ iv_tbl

struct st_table* rb_classext_struct::iv_tbl

Definition at line 37 of file internal.h.

◆ origin

VALUE rb_classext_struct::origin

Definition at line 39 of file internal.h.

◆ refined_class

VALUE rb_classext_struct::refined_class

Definition at line 40 of file internal.h.

◆ super

VALUE rb_classext_struct::super

Definition at line 36 of file internal.h.


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