mruby/c Symbol class More...
Go to the source code of this file.
Macros | |
| #define | MRBC_SYM(sym) |
| #define | MRB_SYM(sym) |
Functions | |
| static const char * | mrbc_symbol_cstr (const mrbc_value *v) |
| static int | mrbc_is_nested_symid (mrbc_sym sym_id) |
| static mrbc_sym | str_to_symid (const char *str) |
| static const char * | symid_to_str (mrbc_sym sym_id) |
mruby/c Symbol class
Copyright (C) 2015- Kyushu Institute of Technology. Copyright (C) 2015- Shimane IT Open-Innovation Center. 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 68 of file symbol.h.
|
inlinestatic |
|
inlinestatic |