mruby/c Range class More...
Go to the source code of this file.
Functions | |
| mrbc_value | mrbc_range_new (struct VM *vm, mrbc_value *first, mrbc_value *last, int flag_exclude) |
| void | mrbc_range_delete (mrbc_value *v) |
| int | mrbc_range_compare (const mrbc_value *v1, const mrbc_value *v2) |
mruby/c Range 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_range.c.
| int mrbc_range_compare | ( | const mrbc_value * | v1, |
| const mrbc_value * | v2 ) |
| void mrbc_range_delete | ( | mrbc_value * | v | ) |
| mrbc_value mrbc_range_new | ( | struct VM * | vm, |
| mrbc_value * | first, | ||
| mrbc_value * | last, | ||
| int | flag_exclude ) |