Ruby  2.1.10p492(2016-04-01revision54464)
Data Fields
RObject Struct Reference

#include <ruby.h>

Data Fields

struct RBasic basic
 
union {
   struct {
      long   numiv
 
      VALUE *   ivptr
 
      struct st_table *   iv_index_tbl
 
   }   heap
 
   VALUE   ary [ROBJECT_EMBED_LEN_MAX]
 
as
 

Detailed Description

Definition at line 762 of file ruby.h.

Field Documentation

◆ ary

Definition at line 770 of file ruby.h.

◆ as

union { ... } RObject::as

◆ basic

struct RBasic RObject::basic

Definition at line 763 of file ruby.h.

◆ heap

struct { ... } RObject::heap

◆ iv_index_tbl

struct st_table* RObject::iv_index_tbl

Definition at line 768 of file ruby.h.

◆ ivptr

VALUE* RObject::ivptr

Definition at line 767 of file ruby.h.

◆ numiv

long RObject::numiv

Definition at line 766 of file ruby.h.


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