Ruby  2.1.10p492(2016-04-01revision54464)
Data Fields
RArray Struct Reference

#include <ruby.h>

Data Fields

struct RBasic basic
 
union {
   struct {
      long   len
 
      union {
         long   capa
 
         VALUE   shared
 
      }   aux
 
      const VALUE *   ptr
 
   }   heap
 
   const VALUE   ary [RARRAY_EMBED_LEN_MAX]
 
as
 

Detailed Description

Definition at line 860 of file ruby.h.

Field Documentation

◆ ary

Definition at line 871 of file ruby.h.

◆ as

union { ... } RArray::as

◆ aux

union { ... } RArray::aux

◆ basic

struct RBasic RArray::basic

Definition at line 861 of file ruby.h.

Referenced by vm_init2().

◆ capa

long RArray::capa

Definition at line 866 of file ruby.h.

◆ heap

struct { ... } RArray::heap

◆ len

long RArray::len

Definition at line 864 of file ruby.h.

◆ ptr

const VALUE* RArray::ptr

Definition at line 869 of file ruby.h.

◆ shared

VALUE RArray::shared

Definition at line 867 of file ruby.h.


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