[pygccxml-development] Terminology - help needed
Brought to you by:
mbaas,
roman_yakovenko
From: Roman Y. <rom...@gm...> - 2006-03-19 21:55:28
|
Hi. I am working on final functionality ( Similar to Pyste one : http://www.boost.org/libs/python/pyste/doc/renaming_and_excluding.html ) I have small/big problem. I can not create good names for functions/propert= ies. Please give a name to the next functionality: does declaration have wrapper? should declaration have wrapper? do not create wrapper. Also for example in order to expose protected member function pyplusplus creates wrapper, in this case user can just set ignore flag to true and it= will not be exposed. Do you think I should call helper function as "wrapper" too= ? Pure virtual function must have wrappers, so I want to indicate to user tha= t he can not remove/finalize the function and wrapper. Constructors also have wrappers, but the only reason for their existence is that I should create them correctly if I want to wrap some another function. Should I call those constructor in wrapper class "wrappers" too? I hope you understand my confusion. If you have some idea, any idea you welcome to share. If we will not find good terminology, I think I will not implement this functionality. In general it is very easy to implement it, but I can not find good names := -( Thanks for help. -- Roman Yakovenko C++ Python language binding http://www.language-binding.net/ |