1 2 3 4 5 6 7 8 9
%include <zypp/ZYppFactory.h> namespace zypp { typedef intrusive_ptr<ZYpp> ZYpp_Ptr; %template(ZYpp_Ptr) intrusive_ptr<ZYpp>; }