| Trees | Indices | Help | 
 | 
|---|
|  | 
                                     object --+                
                                              |                
pygccxml.declarations.declaration.declaration_t --+            
                                                  |            
            pygccxml.declarations.calldef.calldef_t --+        
                                                      |        
           pygccxml.declarations.calldef.free_calldef_t --+    
                                                          |    
              pygccxml.declarations.calldef.free_function_t --+
                                                              |
                                             object --+       |
                                                      |       |
                            decl_wrapper.decl_wrapper_t --+   |
                                                          |   |
                                                  calldef_t --+
                                                              |
                                                             free_function_t
defines a set of properties, that will instruct Py++ how to expose the free function
| Instance Methods | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| Inherited from  Inherited from  Inherited from  Inherited from  Inherited from  | |||
| Class Variables | |
| Inherited from  Inherited from  | 
| Method Details | 
| 
 
 | 
| Property Details | 
| declaration_codeList of strings, that contains valid C++ code, that will be added to the same file in which the registration code for the function will be generated | 
| use_overload_macroboolean, if True, will use BOOST_PYTHON_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 |