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

Hash object. More...

#include <c_hash.h>

Inheritance diagram for RHash:
Collaboration diagram for RHash:

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

Hash object.

Definition at line 40 of file c_hash.h.

Field Documentation

◆ data

mrbc_value* RHash::data

pointer to allocated memory.

Definition at line 47 of file c_hash.h.

◆ data_size

uint16_t RHash::data_size

data buffer size.

Definition at line 45 of file c_hash.h.

◆ MRBC_OBJECT_HEADER

RHash::MRBC_OBJECT_HEADER

Definition at line 43 of file c_hash.h.

◆ n_stored

uint16_t RHash::n_stored

num of stored.

Definition at line 46 of file c_hash.h.


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