I have 3 C++ template classes TC1, TC2 (derived from TC1) and TC3 (derived from TC2), and another class F that inherits from TC3. Does anyone have any idea how to wrap F?
Thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello all,
I have 3 C++ template classes TC1, TC2 (derived from TC1) and TC3 (derived from TC2), and another class F that inherits from TC3. Does anyone have any idea how to wrap F?
Thanks