Re: [pygccxml-development] problem with an array of pointers
Brought to you by:
mbaas,
roman_yakovenko
From: Roman Y. <rom...@gm...> - 2008-07-10 06:09:48
|
On Thu, Jul 10, 2008 at 8:07 AM, Gordon Wrigley <gor...@gm...> wrote: > With regard to > http://www.language-binding.net/pyplusplus/documentation/apidocs/pyplusplus.module_builder.builder.module_builder_t-class.html > Is there a document that explains exactly what the different methods (ie > vars, calldefs, mem_funs, decls, etc, etc) correspond to, some of them, like > vars for example are reasonably obvious, but others like call_defs are not > as obvious. may be this: http://www.language-binding.net/pygccxml/declarations_uml.png "calldef" is the pygccxml( Py++ ) way to name functions. It is the base class for: constructors, destructors, operators, free and member functions. -- Roman Yakovenko C++ Python language binding http://www.language-binding.net/ |