| Trees | Indices | Help | 
 | 
|---|
|  | 
                                         object --+    
                                                  |    
                        decl_wrapper.decl_wrapper_t --+
                                                      |
                                     object --+       |
                                              |       |
pygccxml.declarations.declaration.declaration_t --+   |
                                                  |   |
    pygccxml.declarations.enumeration.enumeration_t --+
                                                      |
                                                     enumeration_t
defines a set of properties, that will instruct Py++ how to expose the enumeration
By default, Py++ will export all enumeration values.
| Instance Methods | |||
| 
 | |||
| Inherited from  Inherited from  Inherited from  | |||
| Class Variables | |
| Inherited from  | 
| Properties | |
| dict | value_aliases A translation table from C++ enumeration value names to desired Python names. | 
| list | export_values A list of (C++) enumeration names that should be exported. | 
| list | no_export_values A list of (C++) enumeration names that should not be exported. | 
| Inherited from  Inherited from  Inherited from  | |
| Method Details | 
| 
 creates class that describes C++ enum declaration The items of the list 'values' may either be strings containing the enumeration value name or tuples (name, numvalue). 
 | 
| Property Details | 
| value_aliasesA translation table from C++ enumeration value names to desired Python names. 
 | 
| export_valuesA list of (C++) enumeration names that should be exported. 
 | 
| no_export_valuesA list of (C++) enumeration names that should not be exported. 
 | 
| Trees | Indices | Help | 
 | 
|---|
| Generated by Epydoc 3.0.1 on Mon Oct 20 08:51:13 2008 | http://epydoc.sourceforge.net |