| Trees | Indices | Help | 
 | 
|---|
|  | 
Contains few unrelated algorithms, which works on code creators tree
| Classes | |
| registration_order class-namespace, introduce few functions, which deals with functions registration order problem: http://www.language-binding.net/pyplusplus/documentation/functions/registration_order.html | 
| Functions | |||
| 
 | |||
| 
 | |||
| 
 | |||
| Function Details | 
| 
 
Find all relevant code creators, which influennce on code generated by "me".
C++ allows to define aliases to namespaces. Py++ allows user to define aliases 
to the namespace and will take this aliases into account when it generates 
the code. 
Example:
  [a b c d e f g]
         |
         + [k l m]
              |
              + [y x] <-- we are here ( x )
              
return value is: [y,l,k,d,c,b,a]
 | 
| 
 Create valid name\Python identifier from a string As input this functions takes valid C++ name\identifier and replaces all invalid characters. Invalid characters are introduced by a template instantiation. | 
| Trees | Indices | Help | 
 | 
|---|
| Generated by Epydoc 3.0.1 on Mon Oct 20 08:51:02 2008 | http://epydoc.sourceforge.net |