| Trees | Indices | Help | 
 | 
|---|
|  | 
               object --+            
                        |            
declaration.declaration_t --+        
                            |        
                    calldef_t --+    
                                |    
                 member_calldef_t --+
                                    |
                                   constructor_t
describes constructor declaration
| Instance Methods | |||
| 
 | |||
| 
 | |||
| Inherited from  Inherited from  Inherited from  | |||
| Properties | |
| is_copy_constructor returns True if described declaration is copy constructor, otherwise False | |
| is_trivial_constructor | |
| Inherited from  Inherited from  Inherited from  | |
| Method Details | 
| 
 
 | 
| 
 Default __str__ method. This version just returns the decl_string and the class. Derived classes may override this method to provide more detailed information. A __str__ method for a declaration should always provide enough information so that it uniquely identifies the declaration and the user is able to find the declaration in his source code. 
 | 
| Property Details | 
| is_copy_constructorreturns True if described declaration is copy constructor, otherwise False | 
| is_trivial_constructor | 
| Trees | Indices | Help | 
 | 
|---|
| Generated by Epydoc 3.0.1 on Mon Oct 20 08:51:03 2008 | http://epydoc.sourceforge.net |