dwww Home | Show directory contents | Find package

%module rename_rstrip_encoder

// strip the Cls suffix from all identifiers
%rename("%(rstrip:[Cls])s") ""; 

%inline %{

class SomeThingCls {
};

struct AnotherThingCls {
    void DoClsXCls() {}
};

%}

Generated by dwww version 1.15 on Tue Jul 2 00:25:12 CEST 2024.