|
Groonga 3.0.9 Source Code Document
|
#include "ctx_impl_mrb.h"#include "ctx_impl.h"#include "mrb/mrb_obj.h"#include "mrb/mrb_expr.h"#include "mrb/mrb_accessor.h"
Go to the source code of this file.
Functions | |
| void | grn_ctx_impl_mrb_init (grn_ctx *ctx) |
| void | grn_ctx_impl_mrb_fin (grn_ctx *ctx) |
| void grn_ctx_impl_mrb_fin | ( | grn_ctx * | ctx | ) |
| void grn_ctx_impl_mrb_init | ( | grn_ctx * | ctx | ) |
Definition at line 64 of file ctx_impl_mrb.c.
1.8.1.2