[pygccxml-development] protected/private member functions
Brought to you by:
mbaas,
roman_yakovenko
|
From: Roman Y. <rom...@gm...> - 2006-04-28 23:30:17
|
Hi. I need your ( user - developer ) input on next problem:
what do you expect from py++, when it deals with class/class hierarchy
that has protected/private (pure)virtual functions.
protected function?
static protected function?
virtual protected function?
pure virtual protected function?
virtual private function?
pure virtual private function?
Why do I care about non public [pure] virtual functions?
( First of all I have some code that uses them :- ).
1. Template method design pattern.
2. There are cases when protected methods provide some useful functionality=
and
I think it should be available for Python classes.
Thoughts, comments suggestions are welcome.
--
Roman Yakovenko
C++ Python language binding
http://www.language-binding.net/
|