Ruby  2.7.2p137(2020-10-01revision5445e0435260b449decf2ac16f9d09bae3cafe72)
Data Fields
RStruct Struct Reference

#include <internal.h>

Data Fields

struct RBasic basic
 
union {
   struct {
      long   len
 
      const VALUE *   ptr
 
   }   heap
 
   const VALUE   ary [RSTRUCT_EMBED_LEN_MAX]
 
as
 
union {
   struct {
      long   len
 
      const VALUE *   ptr
 
   }   heap
 
   const VALUE   ary [RSTRUCT_EMBED_LEN_MAX]
 
as
 

Detailed Description

Definition at line 942 of file internal.h.

Field Documentation

◆ ary

Definition at line 949 of file internal.h.

◆ as [1/2]

union { ... } RStruct::as

◆ as [2/2]

union { ... } RStruct::as

◆ basic

struct RBasic RStruct::basic

Definition at line 911 of file internal.h.

◆ heap [1/2]

struct { ... } RStruct::heap

◆ heap [2/2]

struct { ... } RStruct::heap

◆ len

long RStruct::len

Definition at line 946 of file internal.h.

◆ ptr

const VALUE* RStruct::ptr

Definition at line 947 of file internal.h.


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