RBignum Struct Reference

#include <ruby.h>


Data Fields

RBasic basic
union {
   struct {
      long   len
      BDIGIT *   digits
   }   heap
   BDIGIT   ary [RBIGNUM_EMBED_LEN_MAX]
as


Detailed Description

Definition at line 1081 of file ruby.h.


Field Documentation

BDIGIT RBignum::ary[RBIGNUM_EMBED_LEN_MAX]

Definition at line 1088 of file ruby.h.

union { ... } RBignum::as

struct RBasic RBignum::basic

Definition at line 1082 of file ruby.h.

BDIGIT* RBignum::digits

Definition at line 1086 of file ruby.h.

struct { ... } RBignum::heap

long RBignum::len

Definition at line 1085 of file ruby.h.


The documentation for this struct was generated from the following file:
Generated on 19 Jul 2016 for Ruby by  doxygen 1.4.7