[pygccxml-development] Finalizing a class?
Brought to you by:
mbaas,
roman_yakovenko
From: Allen B. <al...@vr...> - 2006-05-17 04:29:22
|
Is it possible to finalize a wrapped class? In the library I am wrapping there are a number of classes that I know I do not want to allow the users to extend. Thus I would like to not expose protected method or provide a wrapper to allow overriding virtuals. Is it possible to do this with pyplusplus? -Allen |