Ruby 3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
module.h
Go to the documentation of this file.
1#ifndef RBIMPL_MODULE_H /*-*-C++-*-vi:se ft=cpp:*/
2#define RBIMPL_MODULE_H
24#include "ruby/internal/value.h"
25
27
32
36
38
39#endif /* RBIMPL_MODULE_H */
Tewaking visibility of C variables/functions.
#define RBIMPL_SYMBOL_EXPORT_END()
Counterpart of RBIMPL_SYMBOL_EXPORT_BEGIN.
Definition: dllexport.h:86
#define RBIMPL_SYMBOL_EXPORT_BEGIN()
Shortcut macro equivalent to RUBY_SYMBOL_EXPORT_BEGIN extern "C" {.
Definition: dllexport.h:77
void rb_include_module(VALUE, VALUE)
Definition: class.c:962
void rb_extend_object(VALUE, VALUE)
Extend the object with the module.
Definition: eval.c:1730
VALUE rb_define_class(const char *, VALUE)
Defines a top-level class.
Definition: class.c:748
void rb_prepend_module(VALUE, VALUE)
Definition: class.c:1170
VALUE rb_define_class_under(VALUE, const char *, VALUE)
Defines a class under the namespace of outer.
Definition: class.c:797
VALUE rb_define_module(const char *)
Definition: class.c:871
VALUE rb_define_module_under(VALUE, const char *)
Definition: class.c:895
#define const
Definition: strftime.c:108
Defines VALUE and ID.
unsigned long VALUE
Definition: value.h:38