| 165 | return (*parent_method_pointer)( (Parent*)object, args ) ; |
| 166 | } |
| 167 | inline int nargs(){ return parent_method_pointer->nargs() ; } |
| 168 | inline bool is_void(){ return parent_method_pointer->is_void() ; } |
| 169 | inline bool is_const(){ return parent_method_pointer->is_const() ; } |
| 170 | inline void signature(std::string& s, const char* name){ return parent_method_pointer->signature(s, name) ; } |