[pygccxml-development] globals and classes in the module builder
Brought to you by:
mbaas,
roman_yakovenko
|
From: Gordon W. <gor...@gm...> - 2008-08-21 06:33:32
|
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()
G
|