Trees | Indices | Help |
|
---|
|
template instantiation parser
This module implements all functionality necessary to parse C++
template instantiations.In other words this module is able to extract
next information from the string like this std::vector<int>
.
This module also defines few convenience function like split and join.
Functions | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Function Details |
returns True if decl_string is template instantiation and False otherwise
|
returns name of instantiated template
|
returns list of template arguments
|
returns decl_string, which contains "normalized" spaces this functionality allows to implement comparison of 2 different string which are actually same: x::y< z > and x::y<z> |
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Oct 20 08:51:01 2008 | http://epydoc.sourceforge.net |