Ruby  2.0.0p598(2014-11-13revision48408)
Data Fields
RVALUE Struct Reference

Data Fields

union {
   struct {
      VALUE   flags
 
      struct RVALUE *   next
 
   }   free
 
   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 RNode   node
 
   struct RMatch   match
 
   struct RRational   rational
 
   struct RComplex   complex
 
as
 

Detailed Description

Definition at line 128 of file gc.c.

Field Documentation

struct RArray RVALUE::array

Definition at line 139 of file gc.c.

union { ... } RVALUE::as
struct RBasic RVALUE::basic
struct RBignum RVALUE::bignum

Definition at line 145 of file gc.c.

struct RComplex RVALUE::complex

Definition at line 150 of file gc.c.

struct RData RVALUE::data

Definition at line 142 of file gc.c.

Referenced by make_io_deferred().

struct RFile RVALUE::file

Definition at line 146 of file gc.c.

Referenced by make_io_deferred().

VALUE RVALUE::flags

Definition at line 131 of file gc.c.

struct RFloat RVALUE::flonum

Definition at line 137 of file gc.c.

struct { ... } RVALUE::free
struct RHash RVALUE::hash

Definition at line 141 of file gc.c.

struct RClass RVALUE::klass

Definition at line 136 of file gc.c.

struct RMatch RVALUE::match

Definition at line 148 of file gc.c.

struct RVALUE* RVALUE::next

Definition at line 132 of file gc.c.

struct RNode RVALUE::node

Definition at line 147 of file gc.c.

Referenced by gc_mark_children().

struct RObject RVALUE::object

Definition at line 135 of file gc.c.

struct RRational RVALUE::rational

Definition at line 149 of file gc.c.

struct RRegexp RVALUE::regexp

Definition at line 140 of file gc.c.

struct RStruct RVALUE::rstruct

Definition at line 144 of file gc.c.

struct RString RVALUE::string

Definition at line 138 of file gc.c.

struct RTypedData RVALUE::typeddata

Definition at line 143 of file gc.c.


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