20 #ifndef PALUDIS_GUARD_PALUDIS_SINGLETON_HH 21 #define PALUDIS_GUARD_PALUDIS_SINGLETON_HH 1 43 template <
typename OurType_>
47 static OurType_ * * _get_instance_ptr();
49 class DeleteOnDestruction;
50 friend class DeleteOnDestruction;
52 static void _delete(OurType_ *
const p);
70 static OurType_ * get_instance()
76 static void destroy_instance();
Definition: about_metadata-fwd.hh:23
Definition: singleton.hh:44
#define PALUDIS_ATTRIBUTE(x)
Definition: attributes.hh:53
#define PALUDIS_VISIBLE
Definition: attributes.hh:59