Ruby  2.7.1p83(2020-03-31revisiona0c7c23c9cec0d0ffcba012279cd652d28ad5bf3)
Data Fields
RVALUE Struct Reference

Data Fields

union {
   struct {
      VALUE   flags
 
      struct RVALUE *   next
 
   }   free
 
   struct RMoved   moved
 
   struct RBasic   basic
 
   struct RObject   object
 
   struct RClass   klass
 
   struct RFloat   flonum
 
   struct RString   string
 
   struct RArray   array
 
   struct RRegexp   regexp
 
   struct RHash   hash
 
   struct RData   data
 
   struct RTypedData   typeddata
 
   struct RStruct   rstruct
 
   struct RBignum   bignum
 
   struct RFile   file
 
   struct RMatch   match
 
   struct RRational   rational
 
   struct RComplex   complex
 
   union {
      rb_cref_t   cref
 
      struct vm_svar   svar
 
      struct vm_throw_data   throw_data
 
      struct vm_ifunc   ifunc
 
      struct MEMO   memo
 
      struct rb_method_entry_struct   ment
 
      const rb_iseq_t   iseq
 
      rb_env_t   env
 
      struct rb_imemo_tmpbuf_struct   alloc
 
      rb_ast_t   ast
 
   }   imemo
 
   struct {
      struct RBasic   basic
 
      VALUE   v1
 
      VALUE   v2
 
      VALUE   v3
 
   }   values
 
as
 

Detailed Description

Definition at line 566 of file gc.c.

Field Documentation

◆ alloc

struct rb_imemo_tmpbuf_struct RVALUE::alloc

Definition at line 598 of file gc.c.

◆ array

struct RArray RVALUE::array

Definition at line 578 of file gc.c.

◆ as

union { ... } RVALUE::as

◆ ast

rb_ast_t RVALUE::ast

Definition at line 599 of file gc.c.

◆ basic

struct RBasic RVALUE::basic

Definition at line 573 of file gc.c.

◆ bignum

struct RBignum RVALUE::bignum

Definition at line 584 of file gc.c.

◆ complex

struct RComplex RVALUE::complex

Definition at line 588 of file gc.c.

◆ cref

rb_cref_t RVALUE::cref

Definition at line 590 of file gc.c.

◆ data

struct RData RVALUE::data

Definition at line 581 of file gc.c.

◆ env

rb_env_t RVALUE::env

Definition at line 597 of file gc.c.

◆ file

struct RFile RVALUE::file

Definition at line 585 of file gc.c.

◆ flags

VALUE RVALUE::flags

Definition at line 569 of file gc.c.

Referenced by rb_imemo_new(), rb_wb_protected_newobj_of(), and rb_wb_unprotected_newobj_of().

◆ flonum

struct RFloat RVALUE::flonum

Definition at line 576 of file gc.c.

◆ free

struct { ... } RVALUE::free

◆ hash

struct RHash RVALUE::hash

Definition at line 580 of file gc.c.

◆ ifunc

struct vm_ifunc RVALUE::ifunc

Definition at line 593 of file gc.c.

◆ imemo

union { ... } RVALUE::imemo

◆ iseq

const rb_iseq_t RVALUE::iseq

Definition at line 596 of file gc.c.

◆ klass

struct RClass RVALUE::klass

Definition at line 575 of file gc.c.

◆ match

struct RMatch RVALUE::match

Definition at line 586 of file gc.c.

◆ memo

struct MEMO RVALUE::memo

Definition at line 594 of file gc.c.

◆ ment

struct rb_method_entry_struct RVALUE::ment

Definition at line 595 of file gc.c.

◆ moved

struct RMoved RVALUE::moved

Definition at line 572 of file gc.c.

◆ next

struct RVALUE* RVALUE::next

Definition at line 570 of file gc.c.

◆ object

struct RObject RVALUE::object

Definition at line 574 of file gc.c.

◆ rational

struct RRational RVALUE::rational

Definition at line 587 of file gc.c.

◆ regexp

struct RRegexp RVALUE::regexp

Definition at line 579 of file gc.c.

◆ rstruct

struct RStruct RVALUE::rstruct

Definition at line 583 of file gc.c.

◆ string

struct RString RVALUE::string

Definition at line 577 of file gc.c.

◆ svar

struct vm_svar RVALUE::svar

Definition at line 591 of file gc.c.

◆ throw_data

struct vm_throw_data RVALUE::throw_data

Definition at line 592 of file gc.c.

◆ typeddata

struct RTypedData RVALUE::typeddata

Definition at line 582 of file gc.c.

◆ v1

VALUE RVALUE::v1

Definition at line 603 of file gc.c.

◆ v2

VALUE RVALUE::v2

Definition at line 604 of file gc.c.

◆ v3

VALUE RVALUE::v3

Definition at line 605 of file gc.c.

◆ values

struct { ... } RVALUE::values

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