[pygccxml-development] type traits for template parameters?
Brought to you by:
mbaas,
roman_yakovenko
From: Gustavo C. <gjc...@gm...> - 2008-01-06 12:00:13
|
I was wondering if there is any way to get type traits from template parameters, as returned by pygccxml.declarations.templates.split(decl_string)? I am trying to get by with string based matching, but it's very difficult. I also don't understand why templates have to be treated differently; shouldn't template parameters be type_t instances instead of strings? Thanks, -- Gustavo J. A. M. Carneiro INESC Porto, Telecommunications and Multimedia Unit "The universe is always one step beyond logic." -- Frank Herbert |