mruby/c VM Source Code release 3.4
Loading...
Searching...
No Matches
RArray Struct Reference

Array object. More...

#include <c_array.h>

Inheritance diagram for RArray:
Collaboration diagram for RArray:

Data Fields

 MRBC_OBJECT_HEADER
uint16_t data_size
 data buffer size.
uint16_t n_stored
 num of stored.
mrbc_valuedata
 pointer to allocated memory.
Data Fields inherited from RBasic
 MRBC_OBJECT_HEADER

Detailed Description

Array object.

Definition at line 40 of file c_array.h.

Field Documentation

◆ data

mrbc_value* RArray::data

pointer to allocated memory.

Definition at line 45 of file c_array.h.

◆ data_size

uint16_t RArray::data_size

data buffer size.

Definition at line 43 of file c_array.h.

◆ MRBC_OBJECT_HEADER

RArray::MRBC_OBJECT_HEADER

Definition at line 41 of file c_array.h.

◆ n_stored

uint16_t RArray::n_stored

num of stored.

Definition at line 44 of file c_array.h.


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