mruby/c Symbol class More...
Go to the source code of this file.
Macros | |
| #define | MRBC_NESTED_SYMBOL_BUF_LEN (sizeof(mrbc_sym)*4+2) |
| #define | MRBC_SYM(sym) |
Functions | |
| static const char * | mrbc_symbol_cstr (const mrbc_value *v) |
| static int | mrbc_is_nested_symid (mrbc_sym sym_id) |
mruby/c Symbol class
Copyright (C) 2015- Kyushu Institute of Technology. Copyright (C) 2015-2026 Shimane IT Open-Innovation Center. Copyright (C) 2026- Shimane Institute for Industrial Technology. This file is distributed under BSD 3-Clause License.
Definition in file symbol.h.
| #define MRBC_SYM | ( | sym | ) |
|
inlinestatic |
is nested symbol ID ?
| sym_id | target symbol ID. |
Definition at line 74 of file symbol.h.
|
inlinestatic |