add rename for member variables
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8464 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
0b2d6ed0ce
commit
a0fb6ab916
1 changed files with 2 additions and 1 deletions
|
|
@ -12,9 +12,10 @@
|
|||
%rename("%(camelcase)s", %isclass) "";
|
||||
|
||||
/* Constants are UPPER_CASE */
|
||||
%rename("%(uppercase)s", %isconstant) "";
|
||||
%rename("%(undercase)s", %isvariable,%ismember) "";
|
||||
%rename("%(uppercase)s", %isvariable,%isimmutable) "";
|
||||
%rename("%(uppercase)s", %isvariable,%isstatic,%hasvalue,%hasconsttype) "";
|
||||
%rename("%(uppercase)s", %isconstant) "";
|
||||
|
||||
/* Method names should be changed so that they are
|
||||
lower_case_with_underscores */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue