Files
cpp-thirdparty/winx64/bin/swigwin-4.0.0/Examples/test-suite/rename_rstrip_encoder.i
2019-08-04 21:38:19 -05:00

16 lines
203 B
OpenEdge ABL

%module rename_rstrip_encoder
// strip the Cls suffix from all identifiers
%rename("%(rstrip:[Cls])s") "";
%inline %{
class SomeThingCls {
};
struct AnotherThingCls {
void DoClsXCls() {}
};
%}