Ruby  2.0.0p247(2013-06-27revision41674)
Data Fields
RObject Struct Reference

#include <ruby.h>

Data Fields

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

Detailed Description

Definition at line 709 of file ruby.h.


Field Documentation

Definition at line 717 of file ruby.h.

union { ... } RObject::as

Definition at line 710 of file ruby.h.

struct { ... } RObject::heap

Definition at line 715 of file ruby.h.

Definition at line 714 of file ruby.h.

Definition at line 713 of file ruby.h.


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