Ruby  2.5.0dev(2017-10-22revision60238)
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 1002 of file ruby.h.

Field Documentation

◆ ary

Definition at line 1013 of file ruby.h.

◆ as

union { ... } RArray::as

◆ aux

union { ... } RArray::aux

◆ basic

struct RBasic RArray::basic

Definition at line 1003 of file ruby.h.

◆ capa

long RArray::capa

Definition at line 1008 of file ruby.h.

◆ heap

struct { ... } RArray::heap

◆ len

long RArray::len

Definition at line 1006 of file ruby.h.

◆ ptr

const VALUE* RArray::ptr

Definition at line 1011 of file ruby.h.

◆ shared

VALUE RArray::shared

Definition at line 1009 of file ruby.h.


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