mruby  2.0.1
mruby is the lightweight implementation of the Ruby language
Public Attributes | List of all members
RVALUE Struct Reference
Collaboration diagram for RVALUE:
Collaboration graph
[legend]

Public Attributes

union {
   struct free_obj   free
 
   struct RBasic   basic
 
   struct RObject   object
 
   struct RClass   klass
 
   struct RString   string
 
   struct RArray   array
 
   struct RHash   hash
 
   struct RRange   range
 
   struct RData   data
 
   struct RIStruct   istruct
 
   struct RProc   proc
 
   struct REnv   env
 
   struct RFiber   fiber
 
   struct RException   exc
 
   struct RBreak   brk
 
as
 

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