#include <ruby_internals-1.8.h>
Public Attributes | |
| union { | |
| struct RArray array | |
| struct RBasic basic | |
| struct RBignum bignum | |
| struct RComplex complex | |
| struct RData data | |
| struct RFile file | |
| struct RFloat flonum | |
| struct { | |
| VALUE flags | |
| struct RVALUE * next | |
| } free | |
| struct RHash hash | |
| struct RClass klass | |
| struct RMatch match | |
| struct RNode node | |
| struct RObject object | |
| struct RRational rational | |
| struct RRegexp regexp | |
| struct RStruct rstruct | |
| struct RString string | |
| } | as |
| union { | |
| struct RArray array | |
| struct RBasic basic | |
| struct RBignum bignum | |
| struct RData data | |
| struct RFile file | |
| struct RFloat flonum | |
| struct { | |
| unsigned long flags | |
| struct RVALUE * next | |
| } free | |
| struct RHash hash | |
| struct RClass klass | |
| struct RMatch match | |
| struct RNode node | |
| struct RObject object | |
| struct RRegexp regexp | |
| struct RStruct rstruct | |
| struct SCOPE scope | |
| struct RString string | |
| struct RVarmap varmap | |
| } | as |
Definition at line 19 of file ruby_internals-1.8.h.
| struct RArray RVALUE::array |
Definition at line 30 of file ruby_internals-1.8.h.
| union { ... } RVALUE::as |
| union { ... } RVALUE::as |
| struct RBasic RVALUE::basic |
Definition at line 25 of file ruby_internals-1.8.h.
| struct RBignum RVALUE::bignum |
Definition at line 35 of file ruby_internals-1.8.h.
| struct RComplex RVALUE::complex |
Definition at line 64 of file ruby_internals-1.9.h.
| struct RData RVALUE::data |
Definition at line 33 of file ruby_internals-1.8.h.
| struct RFile RVALUE::file |
Definition at line 36 of file ruby_internals-1.8.h.
| VALUE RVALUE::flags |
Definition at line 46 of file ruby_internals-1.9.h.
| unsigned long RVALUE::flags |
Definition at line 22 of file ruby_internals-1.8.h.
| struct RFloat RVALUE::flonum |
Definition at line 28 of file ruby_internals-1.8.h.
| struct { ... } RVALUE::free |
| struct { ... } RVALUE::free |
| struct RHash RVALUE::hash |
Definition at line 32 of file ruby_internals-1.8.h.
| struct RClass RVALUE::klass |
Definition at line 27 of file ruby_internals-1.8.h.
| struct RMatch RVALUE::match |
Definition at line 38 of file ruby_internals-1.8.h.
| struct RVALUE* RVALUE::next |
Definition at line 23 of file ruby_internals-1.8.h.
| struct RNode RVALUE::node |
Definition at line 37 of file ruby_internals-1.8.h.
| struct RObject RVALUE::object |
Definition at line 26 of file ruby_internals-1.8.h.
| struct RRational RVALUE::rational |
Definition at line 63 of file ruby_internals-1.9.h.
| struct RRegexp RVALUE::regexp |
Definition at line 31 of file ruby_internals-1.8.h.
| struct RStruct RVALUE::rstruct |
Definition at line 34 of file ruby_internals-1.8.h.
| struct SCOPE RVALUE::scope |
Definition at line 40 of file ruby_internals-1.8.h.
| struct RString RVALUE::string |
Definition at line 29 of file ruby_internals-1.8.h.
| struct RVarmap RVALUE::varmap |
Definition at line 39 of file ruby_internals-1.8.h.