ROOT  6.06/08
Reference Guide
Public Attributes | List of all members
drr_func_entry Struct Reference

Definition at line 127 of file rrcommon.h.

Public Attributes

G__CallFunc * func
 
G__ClassInfo * klass
 
char * name
 
char * cproto
 
int rtype
 

#include </builddir/build/BUILD/root-6.06.08/bindings/ruby/src/rrcommon.h>

Member Data Documentation

§ cproto

char* drr_func_entry::cproto

Definition at line 131 of file rrcommon.h.

Referenced by drr_func_entry_free(), and drr_method_missing().

§ func

G__CallFunc* drr_func_entry::func

Definition at line 128 of file rrcommon.h.

Referenced by drr_func_entry_free(), drr_generic_method(), and drr_method_missing().

§ klass

G__ClassInfo* drr_func_entry::klass

Definition at line 129 of file rrcommon.h.

Referenced by drr_func_entry_free(), drr_generic_method(), and drr_method_missing().

§ name

char* drr_func_entry::name

Definition at line 130 of file rrcommon.h.

Referenced by drr_func_cache_find(), drr_func_entry_free(), and drr_method_missing().

§ rtype

int drr_func_entry::rtype

Definition at line 132 of file rrcommon.h.

Referenced by drr_generic_method(), and drr_method_missing().


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