| Trees | Indices | Help | 
 | 
|---|
|  | 
                                     object --+                
                                              |                
pygccxml.declarations.declaration.declaration_t --+            
                                                  |            
            pygccxml.declarations.calldef.calldef_t --+        
                                                      |        
         pygccxml.declarations.calldef.member_calldef_t --+    
                                                          |    
            pygccxml.declarations.calldef.member_function_t --+
                                                              |
                                             object --+       |
                                                      |       |
                            decl_wrapper.decl_wrapper_t --+   |
                                                          |   |
                                                  calldef_t --+
                                                              |
                                                             member_function_t
defines a set of properties, that will instruct Py++ how to expose the member function
| Class Variables | |
| Inherited from  Inherited from  | 
| Properties | |
| override_precall_code code, which should be executed, before overrided member function call | |
| default_precall_code code, which should be executed, before this member function call | |
| use_overload_macro boolean, if True, will use BOOST_PYTHON_MEMBER_FUNCTION_OVERLOADS macro to expose declarationsDefault value is False. | |
| Inherited from  Inherited from  Inherited from  Inherited from  Inherited from  | |
| Method Details | 
| 
 
 | 
| Property Details | 
| override_precall_codecode, which should be executed, before overrided member function call | 
| default_precall_codecode, which should be executed, before this member function call | 
| use_overload_macroboolean, if True, will use BOOST_PYTHON_MEMBER_FUNCTION_OVERLOADS macro to expose declarationsDefault value is False. 
 | 
| Trees | Indices | Help | 
 | 
|---|
| Generated by Epydoc 3.0.1 on Mon Oct 20 08:51:12 2008 | http://epydoc.sourceforge.net |