|  |  | 
    |  | 
        
          | create_member_function(self,
        *arguments,
        **keywords) creates instance of class that describes member function declaration
 | source code |  | 
    |  | 
        
          | create_constructor(self,
        *arguments,
        **keywords) creates instance of class that describes constructor declaration
 | source code |  | 
    |  | 
        
          | create_destructor(self,
        *arguments,
        **keywords) creates instance of class that describes destructor declaration
 | source code |  | 
    |  | 
        
          | create_member_operator(self,
        *arguments,
        **keywords) creates instance of class that describes member operator declaration
 | source code |  | 
    |  | 
        
          | create_casting_operator(self,
        *arguments,
        **keywords) creates instance of class that describes casting operator declaration
 | source code |  | 
    |  | 
        
          | create_free_function(self,
        *arguments,
        **keywords) creates instance of class that describes free function declaration
 | source code |  | 
    |  | 
        
          | create_free_operator(self,
        *arguments,
        **keywords) creates instance of class that describes free operator declaration
 | source code |  | 
    |  | 
        
          | create_class_declaration(self,
        *arguments,
        **keywords) creates instance of class that describes class declaration
 | source code |  | 
    |  | 
        
          | create_class(self,
        *arguments,
        **keywords) creates instance of class that describes class definition declaration
 | source code |  | 
    |  | 
        
          | create_enumeration(self,
        *arguments,
        **keywords) creates instance of class that describes enumeration declaration
 | source code |  | 
    |  | 
        
          | create_namespace(self,
        *arguments,
        **keywords) creates instance of class that describes namespace declaration
 | source code |  | 
    |  | 
        
          | create_typedef(self,
        *arguments,
        **keywords) creates instance of class that describes typedef declaration
 | source code |  | 
    |  | 
        
          | create_variable(self,
        *arguments,
        **keywords) creates instance of class that describes variable declaration
 | source code |  |