mruby/c Hash class More...
Go to the source code of this file.
Data Structures | |
| struct | RHash |
| Hash object. More... | |
| struct | RHashIterator |
| Define Hash iterator. More... | |
Typedefs | |
| typedef struct RHash | mrbc_hash |
| Hash object. | |
| typedef struct RHashIterator | mrbc_hash_iterator |
| Define Hash iterator. | |
Functions | |
| static int | mrbc_hash_size (const mrbc_value *hash) |
| static int | mrbc_hash_resize (mrbc_value *hash, int size) |
| static mrbc_hash_iterator | mrbc_hash_iterator_new (const mrbc_value *v) |
| static int | mrbc_hash_i_has_next (mrbc_hash_iterator *ite) |
| static mrbc_value * | mrbc_hash_i_next (mrbc_hash_iterator *ite) |
mruby/c Hash 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_hash.h.
| typedef struct RHashIterator mrbc_hash_iterator |
Define Hash iterator.
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
iterator constructor
Code example
Definition at line 120 of file c_hash.h.
|
inlinestatic |
|
inlinestatic |