Ruby  2.0.0p247(2013-06-27revision41674)
Data Fields
RStruct Struct Reference

#include <ruby.h>

Data Fields

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

Detailed Description

Definition at line 1035 of file ruby.h.


Field Documentation

Definition at line 1042 of file ruby.h.

union { ... } RStruct::as

Definition at line 1036 of file ruby.h.

struct { ... } RStruct::heap

Definition at line 1039 of file ruby.h.

Definition at line 1040 of file ruby.h.


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