Main Page | Modules | Alphabetical List | Data Structures | File List | Data Fields | Globals

RVALUE Struct Reference


Data Fields

union {
   struct {
      unsigned long   flags
      RVALUE *   next
   }   free
   RBasic   basic
   RObject   object
   RClass   klass
   RFloat   flonum
   RString   string
   RArray   array
   RRegexp   regexp
   RHash   hash
   RData   data
   RStruct   rstruct
   RBignum   bignum
   RFile   file
   RNode   node
   RMatch   match
   RVarmap   varmap
   SCOPE   scope
as

Field Documentation

struct RArray RVALUE::array
 

Definition at line 290 of file gc.c.

union { ... } RVALUE::as
 

Referenced by gc_mark(), gc_mark_all(), gc_mark_children(), gc_sweep(), os_live_obj(), os_obj_of(), rb_gc_call_finalizer_at_exit(), and rb_newobj().

struct RBasic RVALUE::basic
 

Definition at line 285 of file gc.c.

struct RBignum RVALUE::bignum
 

Definition at line 295 of file gc.c.

struct RData RVALUE::data
 

Definition at line 293 of file gc.c.

struct RFile RVALUE::file
 

Definition at line 296 of file gc.c.

unsigned long RVALUE::flags
 

Definition at line 282 of file gc.c.

struct RFloat RVALUE::flonum
 

Definition at line 288 of file gc.c.

struct { ... } RVALUE::free
 

struct RHash RVALUE::hash
 

Definition at line 292 of file gc.c.

struct RClass RVALUE::klass
 

Definition at line 287 of file gc.c.

struct RMatch RVALUE::match
 

Definition at line 298 of file gc.c.

struct RVALUE* RVALUE::next
 

Definition at line 283 of file gc.c.

struct RNode RVALUE::node
 

Definition at line 297 of file gc.c.

struct RObject RVALUE::object
 

Definition at line 286 of file gc.c.

struct RRegexp RVALUE::regexp
 

Definition at line 291 of file gc.c.

struct RStruct RVALUE::rstruct
 

Definition at line 294 of file gc.c.

struct SCOPE RVALUE::scope
 

Definition at line 300 of file gc.c.

struct RString RVALUE::string
 

Definition at line 289 of file gc.c.

struct RVarmap RVALUE::varmap
 

Definition at line 299 of file gc.c.


The documentation for this struct was generated from the following file:
Generated on Wed Jan 18 23:32:11 2006 for Ruby by doxygen 1.3.5