mruby/c VM Source Code release 3.4
Loading...
Searching...
No Matches
SYM_INDEX Struct Reference
Collaboration diagram for SYM_INDEX:

Data Fields

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

Detailed Description

Definition at line 46 of file symbol.c.

Field Documentation

◆ cstr

const char* SYM_INDEX::cstr

point to the symbol string.

Definition at line 52 of file symbol.c.

◆ hash

uint16_t SYM_INDEX::hash

hash value, returned by calc_hash().

Definition at line 47 of file symbol.c.

◆ left

Definition at line 49 of file symbol.c.

◆ right

MRBC_SYMBOL_TABLE_INDEX_TYPE SYM_INDEX::right

Definition at line 50 of file symbol.c.


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