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

Field Documentation

◆ ary

Definition at line 697 of file internal.h.

◆ as

union { ... } RStruct::as

◆ basic

struct RBasic RStruct::basic

Definition at line 691 of file internal.h.

◆ heap

struct { ... } RStruct::heap

◆ len

long RStruct::len

Definition at line 694 of file internal.h.

◆ ptr

const VALUE* RStruct::ptr

Definition at line 695 of file internal.h.


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