summaryrefslogtreecommitdiff
path: root/Examples/python/performance/func/Simple.i
blob: d642d15bf124f8dd94bfbfe3bcd2d05f0c9eafa4 (plain)
1
2
3
4
5
6
7
8
%inline %{
class MyClass {
public:
    MyClass () {}
    ~MyClass () {}
    void func () {}
};
%}