Ruby  2.0.0p648(2015-12-16revision53162)
Data Fields
RBignum Struct Reference

#include <ruby.h>

Data Fields

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

Detailed Description

Definition at line 1059 of file ruby.h.

Field Documentation

◆ ary

Definition at line 1066 of file ruby.h.

◆ as

union { ... } RBignum::as

◆ basic

struct RBasic RBignum::basic

Definition at line 1060 of file ruby.h.

◆ digits

BDIGIT* RBignum::digits

Definition at line 1064 of file ruby.h.

◆ heap

struct { ... } RBignum::heap

◆ len

long RBignum::len

Definition at line 1063 of file ruby.h.

Referenced by limited_big_rand(), random_bytes(), and rb_random_bytes().


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