Exemple #1
0
 public static extern int mb_unref_value(IntPtr s, ref IntPtr l, mb_value_t val);
Exemple #2
0
 public static extern int mb_override_value(IntPtr s, ref IntPtr l, mb_value_t val, mb_meta_func_u m, [MarshalAs(UnmanagedType.FunctionPtr)] IntPtr f);
Exemple #3
0
 public static extern int mb_make_ref_value(IntPtr s, IntPtr val, ref mb_value_t _out, [MarshalAs(UnmanagedType.FunctionPtr)] mb_dtor_func_t un, [MarshalAs(UnmanagedType.FunctionPtr)] mb_clone_func_t cl, [MarshalAs(UnmanagedType.FunctionPtr)] mb_hash_func_t hs /* = null*/, [MarshalAs(UnmanagedType.FunctionPtr)] mb_cmp_func_t cp /* = null*/, [MarshalAs(UnmanagedType.FunctionPtr)] mb_fmt_func_t ft /* = null*/);
Exemple #4
0
 public static extern int mb_get_ref_value(IntPtr s, ref IntPtr l, mb_value_t val, ref IntPtr _out);
Exemple #5
0
 public static extern int mb_begin_class(IntPtr s, ref IntPtr l, string n, IntPtr meta, int c, out mb_value_t _out);
Exemple #6
0
 public static extern int mb_count_coll(IntPtr s, ref IntPtr l, mb_value_t coll, ref int c);
Exemple #7
0
 public static extern int mb_init_coll(IntPtr s, ref IntPtr l, ref mb_value_t coll);
Exemple #8
0
 public static extern int mb_eval_routine(IntPtr s, ref IntPtr l, mb_value_t val, ref mb_value_t args, uint argc);
Exemple #9
0
 public static extern int mb_set_var_value(IntPtr s, IntPtr v, mb_value_t val);
Exemple #10
0
 public static extern int mb_set_array_elem(IntPtr s, ref IntPtr l, IntPtr a, ref int d, int c, mb_value_t val);
Exemple #11
0
 public static extern int mb_get_var_value(IntPtr s, IntPtr v, ref mb_value_t val);
Exemple #12
0
 public static extern int mb_add_var(IntPtr s, ref IntPtr l, string n, mb_value_t val, bool_t force);
Exemple #13
0
 public static extern int mb_get_value_by_name(IntPtr s, ref IntPtr l, string n, ref mb_value_t val);
Exemple #14
0
 public static extern int mb_dispose_value(IntPtr s, mb_value_t val);
Exemple #15
0
 public static extern int mb_set_coll(IntPtr s, ref IntPtr l, mb_value_t coll, mb_value_t idx, mb_value_t val);
Exemple #16
0
 public static extern int mb_get_routine(IntPtr s, ref IntPtr l, string n, ref mb_value_t val);
Exemple #17
0
 public static extern int mb_remove_coll(IntPtr s, ref IntPtr l, mb_value_t coll, mb_value_t idx);
Exemple #18
0
 public static extern int mb_debug_set(IntPtr s, string n, mb_value_t val);
Exemple #19
0
 public static extern int mb_pop_value(IntPtr s, ref IntPtr l, out mb_value_t val);