| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
mdecl_wrapper_t
Multiple declarations wrapper.
The main purpose of this class is to allow an user to work on many declarations, as they were only one single declaration.
Example: mb = module_builder_t( ... ) #lets say we want to exclude all member functions, that returns reference to int: mb.member_functions( return_type='int &' ).exclude()
"exclude" function will be called on every function that match the criteria.
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
| Properties | |
|
Inherited from |
| Method Details |
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
Updates the value of attribute on all declarations.
|
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0 on Sun Feb 03 18:44:15 2008 | http://epydoc.sourceforge.net |