| 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) ; } |
| 171 | |
| 172 | private: |
| 173 | ParentMethod* parent_method_pointer ; |