Ruby  2.5.0dev(2017-10-22revision60238)
Data Fields
rb_method_cfunc_struct Struct Reference

#include <method.h>

Data Fields

VALUE(* func )(ANYARGS)
 
VALUE(* invoker )(VALUE(*func)(ANYARGS), VALUE recv, int argc, const VALUE *argv)
 
int argc
 

Detailed Description

Definition at line 128 of file method.h.

Field Documentation

◆ argc

int rb_method_cfunc_struct::argc

Definition at line 131 of file method.h.

Referenced by rb_add_method_cfunc().

◆ func

VALUE(* rb_method_cfunc_struct::func) (ANYARGS)

Definition at line 129 of file method.h.

Referenced by rb_add_method_cfunc().

◆ invoker

VALUE(* rb_method_cfunc_struct::invoker) (VALUE(*func)(ANYARGS), VALUE recv, int argc, const VALUE *argv)

Definition at line 130 of file method.h.


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