Ruby  2.4.2p198(2017-09-14revision59899)
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 1009 of file ruby.h.

Field Documentation

◆ ary

Definition at line 1020 of file ruby.h.

◆ as

union { ... } RArray::as

Referenced by gc_mark_children().

◆ aux

union { ... } RArray::aux

◆ basic

struct RBasic RArray::basic

Definition at line 1010 of file ruby.h.

◆ capa

long RArray::capa

Definition at line 1015 of file ruby.h.

◆ heap

struct { ... } RArray::heap

Referenced by gc_mark_children().

◆ len

long RArray::len

Definition at line 1013 of file ruby.h.

◆ ptr

const VALUE* RArray::ptr

Definition at line 1018 of file ruby.h.

◆ shared

VALUE RArray::shared

Definition at line 1016 of file ruby.h.


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