ROOT  6.06/09
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 </mnt/vdb/lsf/workspace/root-makedoc-v606/rootspi/rdoc/src/v6-06-00-patches/bindings/ruby/src/rrcommon.h>

Member Data Documentation

char* drr_func_entry::cproto

Definition at line 131 of file rrcommon.h.

Referenced by drr_func_entry_free(), and drr_method_missing().

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().

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().

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().

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: