Skip to content

DATA_CHECK_GET_PTR

cremno edited this page Sep 11, 2013 · 1 revision

DATA_CHECK_GET_PTR

Declaration Definition
none data.h
#define DATA_CHECK_GET_PTR(mrb, obj, datatype, type)  /* see source code */

Calls mrb_data_check_get_ptr and casts the result to type*.

Parameters

  • mrb: mruby VM state
  • obj: TODO
  • datatype: TODO
  • type: TODO

Return value

TODO

See also

Clone this wiki locally