| Trees | Indices | Help | 
 | 
|---|
|  | 
    object --+    
             |    
matcher_base_t --+
                 |
                and_matcher_t
Combine several other matchers with "&".
For example: find all private functions with name XXX
 matcher = access_type_matcher_t( 'private' ) & 
  calldef_matcher_t( name='XXX' ) 
| Instance Methods | |||
| 
 | |||
| 
 | |||
| 
 | |||
| Inherited from  | |||
| Method Details | 
| 
 
 | 
| 
 
 | 
| 
 
 | 
| Trees | Indices | Help | 
 | 
|---|
| Generated by Epydoc 3.0.1 on Mon Oct 20 08:51:05 2008 | http://epydoc.sourceforge.net |