Ruby 2.7.7p221 (2022-11-24 revision 168ec2b1e5ad0e4688e963d9de019557c78feed9)
|
#include <psych.h>
Go to the source code of this file.
Macros | |
#define | RARRAY_CONST_PTR(s) (const VALUE *)RARRAY_PTR(s) |
#define | RARRAY_AREF(a, i) RARRAY_CONST_PTR(a)[i] |
Functions | |
void | Init_psych_emitter (void) |
Variables | |
VALUE | cPsychEmitter |
#define RARRAY_AREF | ( | a, | |
i | |||
) | RARRAY_CONST_PTR(a)[i] |
Definition at line 7 of file psych_emitter.c.
#define RARRAY_CONST_PTR | ( | s | ) | (const VALUE *)RARRAY_PTR(s) |
Definition at line 4 of file psych_emitter.c.
Definition at line 522 of file psych_emitter.c.
References cPsychEmitter, rb_cObject, rb_define_alloc_func(), rb_define_class_under(), and rb_define_module().
VALUE cPsychEmitter |
Definition at line 10 of file psych_emitter.c.
Referenced by Init_psych_emitter().