Re: [pygccxml-development] Future freeze
Brought to you by:
mbaas,
roman_yakovenko
From: Allen B. <al...@vr...> - 2006-10-10 13:51:13
|
Roman Yakovenko wrote: > On 10/10/06, Allen Bierbaum <al...@vr...> wrote: > >> Any hints at what other things >> will make Py++ create wrappers? > > > http://svn.sourceforge.net/viewvc/pygccxml/pyplusplus_dev/pyplusplus/decl_wrappers/class_wrapper.py?view=markup > > > Take a look on is_wrapper_needed method > Thanks. That is a very helpful method. :) I understand most of the reasons in there, but I don't understand any of the member variable reasons. Why does a bitfield, T*, T&, or array member variable require a wrapper to be created? -Allen |