mruby 3.3.0
mruby is the lightweight implementation of the Ruby language
Loading...
Searching...
No Matches
Public Attributes | List of all members
RVALUE Struct Reference
Collaboration diagram for RVALUE:
Collaboration graph
[legend]

Public Attributes

union { 
 
   struct RVALUE_initializer   init 
 
   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: