Re: [pygccxml-development] Terminology - help needed
Brought to you by:
mbaas,
roman_yakovenko
From: Roman Y. <rom...@gm...> - 2006-03-20 11:08:49
|
On 3/20/06, Matthias Baas <ba...@ir...> wrote: Thanks a lot. :-) property has_wrapper property, that indicates whether pyplusplus should create wrapper or no= t. For example virtual function has_wrapper, but user can set it to false,= to disable generation of it def enable_wrapper def disable_wrapper sets has_wrapper to true/false def requires_wrapper returns true if the only way to expose declaration is to create some wrapper for it. For example pure virtual function, protected function or function that takes as argument non const reference to fundamental type. relevant functionality of decl_wrappers.class_t is implemented in terms of child declarations. Is it clear description of what is going on? -- Roman Yakovenko C++ Python language binding http://www.language-binding.net/ |