Ruby  2.0.0p598(2014-11-13revision48408)
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

int rb_method_cfunc_struct::argc
VALUE(* rb_method_cfunc_struct::func)(ANYARGS)
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: