1#ifndef RBIMPL_INTERN_STRUCT_H
2#define RBIMPL_INTERN_STRUCT_H
Tewaking visibility of C variables/functions.
#define RBIMPL_SYMBOL_EXPORT_END()
Counterpart of RBIMPL_SYMBOL_EXPORT_BEGIN.
#define RBIMPL_SYMBOL_EXPORT_BEGIN()
Shortcut macro equivalent to RUBY_SYMBOL_EXPORT_BEGIN extern "C" {.
VALUE rb_struct_alloc_noinit(VALUE)
VALUE rb_struct_define_without_accessor_under(VALUE outer, const char *class_name, VALUE super, rb_alloc_func_t alloc,...)
VALUE rb_struct_s_members(VALUE)
VALUE rb_struct_size(VALUE s)
VALUE rb_struct_define_without_accessor(const char *, VALUE, rb_alloc_func_t,...)
VALUE rb_struct_members(VALUE)
VALUE rb_struct_aref(VALUE, VALUE)
VALUE rb_struct_initialize(VALUE, VALUE)
VALUE rb_struct_aset(VALUE, VALUE, VALUE)
VALUE rb_struct_define(const char *,...)
VALUE rb_struct_alloc(VALUE, VALUE)
VALUE rb_struct_getmember(VALUE, ID)
VALUE rb_struct_define_under(VALUE, const char *,...)
VALUE rb_struct_new(VALUE,...)
Public APIs related to rb_cRubyVM.
VALUE(* rb_alloc_func_t)(VALUE)