example.h:
#ifndef EXAMPLE_H #define EXAMPLE_H class Math { public: int pi() const; void pi(int pi); private: int _pi; }; #endif
I think the swig command should be "swig -c++ -python example.swig"