Hi, I have a problem here that I do not know where to begin to solve. I use
pygccxml.declarations.templates.split(), but it returns a list of template
parameters as strings, while I need to declarations of the classes listed as
template arguments (long story, but I really do). Is there a simple API in
pygccxml that would allow me to go from a string like
"ns3::dot11s::IeBeaconTimingUnit" to the actual declaration of the class?
Or any other method rather than templates.split() that would give me the
template args already as declarations?
Thanks in advance.
Regards,
--
Gustavo J. A. M. Carneiro
INESC Porto, Telecommunications and Multimedia Unit
"The universe is always one step beyond logic." -- Frank Herbert
|