Re: [pygccxml-development] compiler generated declarations?
Brought to you by:
mbaas,
roman_yakovenko
From: Roman Y. <rom...@gm...> - 2008-08-27 17:13:26
|
On Wed, Aug 27, 2008 at 5:04 PM, Gustavo Carneiro <gjc...@gm...> wrote: > I am having a minor problem, pygccxml is reporting all type declarations as > artificial. To work around it, I only check for is_artificial for calldef_t > declarations and now everything works. The problem comes from the gccxml itself. I think it worth to report this problem to Brad King. It is also possible that I don't understand its meaning. Only few calldefs could be artificial: * default constructor * copy constructor * operator= pygccxml has few type traits which help to identify whether class: * default constructable * has available copy constructor/operator= -- Roman Yakovenko C++ Python language binding http://www.language-binding.net/ |