1 2 3 4 5 6 7 8
%ignore zypp::Target::reset; %include <zypp/Target.h> namespace zypp { typedef intrusive_ptr<Target> Target_Ptr; %template(Target_Ptr) intrusive_ptr<Target>; }