| Trees | Indices | Help | 
 | 
|---|
|  | 
                                         object --+    
                                                  |    
                        decl_wrapper.decl_wrapper_t --+
                                                      |
                                     object --+       |
                                              |       |
pygccxml.declarations.declaration.declaration_t --+   |
                                                  |   |
            pygccxml.declarations.typedef.typedef_t --+
                                                      |
                                                     typedef_t
defines a set of properties, that will instruct Py++ how to expose the typedef
Today, Py++ does not exposes typedefs, but this could be changed in future. In C++, it is a common practises to give an aliases to the class. May be in future, Py++ will generate code, that will register all those aliases.
| Instance Methods | |||
| 
 | |||
| Inherited from  Inherited from  Inherited from  | |||
| Class Variables | |
| Inherited from  | 
| Properties | |
| is_directive | |
| Inherited from  Inherited from  Inherited from  | |
| Method Details | 
| 
 creates class that describes C++ typedef | 
| Property Details | 
| is_directive | 
| Trees | Indices | Help | 
 | 
|---|
| Generated by Epydoc 3.0.1 on Mon Oct 20 08:51:13 2008 | http://epydoc.sourceforge.net |