Public Member Functions | |
void | operator() (void const *) const |
This is an null_deleter - deleter. We need this to create smart pointer (SharedPtr<T>) from our singleton objects. Each pointer created with null deleter can not be released otherwhere else here. So we can give smart pointer to our singleton back and we can be sure, that our singleton object will not be deleted before Release-Function will be executed
Definition at line 34 of file SmartPtr.h.