![]() |
ROOT
6.06/09
Reference Guide
|
Definition at line 127 of file rrcommon.h.
Public Attributes | |
G__CallFunc * | func |
G__ClassInfo * | klass |
char * | name |
char * | cproto |
int | rtype |
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().