Ruby  2.4.2p198(2017-09-14revision59899)
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
 

Detailed Description

Definition at line 589 of file internal.h.

Field Documentation

◆ ary

Definition at line 596 of file internal.h.

◆ as

union { ... } RStruct::as

◆ basic

struct RBasic RStruct::basic

Definition at line 590 of file internal.h.

◆ heap

struct { ... } RStruct::heap

◆ len

long RStruct::len

Definition at line 593 of file internal.h.

◆ ptr

const VALUE* RStruct::ptr

Definition at line 594 of file internal.h.


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