mruby/c VM Source Code master (2026/08/06)
Loading...
Searching...
No Matches
SYM_INDEX Struct Reference
Collaboration diagram for SYM_INDEX:

Data Fields

uint16_t hash
 hash value, returned by calc_hash().
uint8_t left
uint8_t right
const char * cstr
 point to the symbol string.

Detailed Description

Definition at line 44 of file symbol.c.

Field Documentation

◆ cstr

const char* SYM_INDEX::cstr

point to the symbol string.

Definition at line 53 of file symbol.c.

◆ hash

uint16_t SYM_INDEX::hash

hash value, returned by calc_hash().

Definition at line 45 of file symbol.c.

◆ left

uint8_t SYM_INDEX::left

Definition at line 48 of file symbol.c.

◆ right

uint8_t SYM_INDEX::right

Definition at line 48 of file symbol.c.


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