Ruby 3.3.6p108 (2024-11-05 revision 75015d4c1f6965b5e85e96fb309f1f2129f933c0)
rb_builtin_function Struct Reference

Data Fields

const void *const func_ptr
 
const int argc
 
const int index
 
const char *const name
 

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.

◆ 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 file: