Ruby  2.7.1p83(2020-03-31revisiona0c7c23c9cec0d0ffcba012279cd652d28ad5bf3)
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 943 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: