Re: [pygccxml-development] globals and classes in the module builder
Brought to you by:
mbaas,
roman_yakovenko
From: Roman Y. <rom...@gm...> - 2008-08-21 08:18:15
|
On Thu, Aug 21, 2008 at 9:33 AM, Gordon Wrigley <gor...@gm...> wrote: > in the module builder is there a class that corresponds to the global > context? > > so for example if I had a global variable called bob in my cpp header, is > there a value for the className string in the following statement that would > make the statement valid? > mb.class_(className).decl("bob").exclude() I am not sure what you want. Some code will help. I also suggest you to read this article: http://language-binding.net/pygccxml/query_interface.html HTH -- Roman Yakovenko C++ Python language binding http://www.language-binding.net/ |