Ruby  2.5.0dev(2017-10-22revision60238)
Data Fields
iseq_compile_data_storage Struct Reference

#include <iseq.h>

Data Fields

struct iseq_compile_data_storagenext
 
unsigned int pos
 
unsigned int size
 
char buff [1]
 

Detailed Description

Definition at line 196 of file iseq.h.

Field Documentation

◆ buff

char iseq_compile_data_storage::buff[1]

Definition at line 200 of file iseq.h.

◆ next

struct iseq_compile_data_storage* iseq_compile_data_storage::next

Definition at line 197 of file iseq.h.

◆ pos

unsigned int iseq_compile_data_storage::pos

Definition at line 198 of file iseq.h.

◆ size

unsigned int iseq_compile_data_storage::size

Definition at line 199 of file iseq.h.


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