Ruby 1.9.3p327(2012-11-10revision37606)
Data Fields
RVALUE Struct Reference

Data Fields

union {
   struct RBasic   basic
   struct RObject   object
   struct RClass   klass
   struct RArray   array
   struct RHash   hash
   struct RStruct   rstruct
as
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 16 of file rubyext.c.


Field Documentation

Definition at line 29 of file rubyext.c.

Referenced by gc_mark_children().

union { ... } RVALUE::as
union { ... } RVALUE::as

Definition at line 286 of file gc.c.

Definition at line 291 of file gc.c.

Referenced by gc_mark_children().

Definition at line 283 of file gc.c.

Referenced by gc_mark_children(), and make_io_deferred().

Definition at line 287 of file gc.c.

Referenced by gc_mark_children(), and make_io_deferred().

Definition at line 272 of file gc.c.

Definition at line 278 of file gc.c.

struct { ... } RVALUE::free

Definition at line 31 of file rubyext.c.

Referenced by gc_mark_children().

Definition at line 26 of file rubyext.c.

Definition at line 289 of file gc.c.

Referenced by gc_mark_children().

Definition at line 273 of file gc.c.

Definition at line 288 of file gc.c.

Referenced by gc_mark_children().

Definition at line 25 of file rubyext.c.

Definition at line 290 of file gc.c.

Referenced by gc_mark_children().

Definition at line 281 of file gc.c.

Referenced by gc_mark_children().

Definition at line 33 of file rubyext.c.

Definition at line 279 of file gc.c.

Referenced by gc_mark_children().

Definition at line 284 of file gc.c.

Referenced by gc_mark_children().


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