mruby/c Proc class More...
Go to the source code of this file.
Functions | |
| mrbc_value | mrbc_proc_new (struct VM *vm, void *irep, uint8_t b_or_m) |
| void | mrbc_proc_delete (mrbc_value *val) |
mruby/c Proc 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 c_proc.c.
| void mrbc_proc_delete | ( | mrbc_value * | val | ) |
| mrbc_value mrbc_proc_new | ( | struct VM * | vm, |
| void * | irep, | ||
| uint8_t | b_or_m ) |
proc constructor
Definition at line 42 of file c_proc.c.