1 2 3 4 5 6
typedef intrusive_ptr<Target> Target_Ptr; %include <zypp/Target.h> %template(Target_Ptr) intrusive_ptr<Target>;