Files
mruby-mruby/doc/api
Yukihiro "Matz" Matsumoto fb3883e57e Merge pull request #2941 from Mav7/master
Added range.h.md and edited re.h.md and version.h.md
2015-09-04 17:00:58 +09:00
..
2015-07-13 23:26:29 -07:00

C API Reference

This is a C API Reference. The structure of this document will follow the directory structure of include/ directory.

Headers list

Header name Features
mrbconf.h Defines macros for mruby configurations.
mruby.h Main header of mruby C API. Include this first.
mruby/array.h Array class.
mruby/class.h Class class.
mruby/compile.h mruby compiler.
mruby/data.h User defined object.
mruby/debug.h Debugging.
mruby/dump.h Dumping compiled mruby script.
mruby/error.h Error handling.
mruby/gc.h Uncommon memory management stuffs.
mruby/hash.h Hash class.
mruby/irep.h Compiled mruby script.
mruby/khash.h Defines of khash which is used in hash table of mruby.
mruby/numeric.h Numeric class and sub-classes of it.
mruby/opode.h Operation codes used in mruby VM.
mruby/proc.h Proc class.
mruby/range.h Range class.
mruby/re.h Regexp class.
mruby/string.h String class.
mruby/value.h mrb_value functions and macros.
mruby/variable.h Functions to access to mruby variables.
mruby/version.h Macros of mruby version.