| Trees | Indices | Help | 
 | 
|---|
|  | 
                                     object --+                
                                              |                
pygccxml.declarations.declaration.declaration_t --+            
                                                  |            
            pygccxml.declarations.calldef.calldef_t --+        
                                                      |        
         pygccxml.declarations.calldef.member_calldef_t --+    
                                                          |    
                pygccxml.declarations.calldef.constructor_t --+
                                                              |
                                             object --+       |
                                                      |       |
                            decl_wrapper.decl_wrapper_t --+   |
                                                          |   |
                                                  calldef_t --+
                                                              |
                                                             constructor_t
defines a set of properties, that will instruct Py++ how to expose the constructor
| Instance Methods | |||
| 
 | |||
| 
 | |||
| Inherited from  Inherited from  Inherited from  Inherited from  Inherited from  Inherited from  | |||
| Class Variables | |
| Inherited from  Inherited from  | 
| Method Details | 
| 
 
 | 
| 
 
returns true if the constructor can take part in implicit conversions.
For more information see:
    * http://boost.org/libs/python/doc/v2/implicit.html#implicitly_convertible-spec
    * http://msdn2.microsoft.com/en-us/library/h1y7x448.aspx
 | 
| Property Details | 
| bodystring, class-wrapper constructor body | 
| allow_implicit_conversionboolean, indicates whether Py++ should generate implicitly_convertible code or notDefault value is calculated from the constructor type. 
 | 
| Trees | Indices | Help | 
 | 
|---|
| Generated by Epydoc 3.0.1 on Mon Oct 20 08:51:12 2008 | http://epydoc.sourceforge.net |