Re: [pygccxml-development] protected/private member functions
Brought to you by:
mbaas,
roman_yakovenko
From: Matthias B. <ba...@ir...> - 2006-05-02 11:28:49
|
Roman Yakovenko wrote: > 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. I don't have much experience with this yet. Most classes in the Maya SDK aren't meant to be derived from and I simply ignored all protected methods. There are a couple of classes the user may derive from but so far, I haven't had the case that I needed a non-public method. I'll get back to you once the situation arises... ;) - Matthias - |