[pygccxml-development] Function adaptors
Brought to you by:
mbaas,
roman_yakovenko
From: Roman Y. <rom...@gm...> - 2009-08-05 17:47:07
|
Hello Berserker I am starting to work on "function adaptors" feature and the following is what I think to implement: Declarations, which will support this feature: * member function which are: public, non virtual, without transformation, * free functions. The user will specify fully qualified adaptor name, and Py++ will take it and generate the following code: <addaptor name>( function reference ) Is it enough? Will it suite your needs? -- Roman Yakovenko C++ Python language binding http://www.language-binding.net/ |