Ruby  2.0.0p648(2015-12-16revision53162)
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 63 of file method.h.

Field Documentation

◆ argc

int rb_method_cfunc_struct::argc

◆ func

VALUE(* rb_method_cfunc_struct::func) (ANYARGS)

◆ invoker

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

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