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 |
Definition at line 16 of file rubyext.c.
struct RArray RVALUE::array [read] |
| union { ... } RVALUE::as |
| union { ... } RVALUE::as |
struct RBasic RVALUE::basic [read] |
Definition at line 24 of file rubyext.c.
Referenced by chain_finalized_object(), count_objects(), gc_mark(), gc_mark_all(), gc_mark_children(), gc_sweep(), make_deferred(), os_obj_of_i(), and rb_objspace_each_objects().
struct RBignum RVALUE::bignum [read] |
struct RComplex RVALUE::complex [read] |
struct RData RVALUE::data [read] |
struct RFile RVALUE::file [read] |
struct RFloat RVALUE::flonum [read] |
| struct { ... } RVALUE::free |
Referenced by assign_heap_slot(), chain_finalized_object(), finalize_list(), gc_sweep(), and rb_objspace_call_finalizer().
struct RHash RVALUE::hash [read] |
struct RClass RVALUE::klass [read] |
struct RMatch RVALUE::match [read] |
struct RVALUE* RVALUE::next [read] |
struct RNode RVALUE::node [read] |
struct RObject RVALUE::object [read] |
struct RRational RVALUE::rational [read] |
struct RRegexp RVALUE::regexp [read] |
struct RStruct RVALUE::rstruct [read] |
struct RString RVALUE::string [read] |
struct RTypedData RVALUE::typeddata [read] |