Ruby 3.2.2p53 (2023-03-30 revision e51014f9c05aa65cbf203442d37fef7c12390015)
Data Fields
rb_builtin_function Struct Reference

Data Fields

const void *const func_ptr
 
const int argc
 
const int index
 
const char *const name
 
void(* compiler )(VALUE, long, unsigned, bool)
 

Detailed Description

Definition at line 6 of file builtin.h.

Field Documentation

◆ argc

const int rb_builtin_function::argc

Definition at line 9 of file builtin.h.

◆ compiler

void(* rb_builtin_function::compiler)(VALUE, long, unsigned, _Bool)

Definition at line 16 of file builtin.h.

◆ func_ptr

const void *const rb_builtin_function::func_ptr

Definition at line 8 of file builtin.h.

◆ index

const int rb_builtin_function::index

Definition at line 12 of file builtin.h.

◆ name

const char *const rb_builtin_function::name

Definition at line 13 of file builtin.h.


The documentation for this struct was generated from the following files: