Ruby  2.5.0dev(2017-10-22revision60238)
Data Fields
RObject Struct Reference

#include <ruby.h>

Data Fields

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

Detailed Description

Definition at line 889 of file ruby.h.

Field Documentation

◆ ary

Definition at line 897 of file ruby.h.

◆ as

union { ... } RObject::as

◆ basic

struct RBasic RObject::basic

Definition at line 890 of file ruby.h.

◆ heap

struct { ... } RObject::heap

◆ iv_index_tbl

void* RObject::iv_index_tbl

Definition at line 895 of file ruby.h.

◆ ivptr

VALUE* RObject::ivptr

Definition at line 894 of file ruby.h.

◆ numiv

uint32_t RObject::numiv

Definition at line 893 of file ruby.h.


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