mirror of
https://github.com/clementine-player/Clementine
synced 2024-12-23 08:20:01 +01:00
5b918a70aa
This allows a delete function to be provided with the prototype: void d(T*) This function is passed to the unique_ptr constructor to be used when the object is released. The default function simply deletes the object, where the default behavior for unique_ptr would have a specialization for arrays. If Lazy is ever used with arrays, a delete function should be provided. |
||
---|---|---|
.. | ||
arraysize.h | ||
closure.cpp | ||
closure.h | ||
concurrentrun.h | ||
latch.cpp | ||
latch.h | ||
lazy.h | ||
logging.cpp | ||
logging.h | ||
messagehandler.cpp | ||
messagehandler.h | ||
messagereply.cpp | ||
messagereply.h | ||
override.h | ||
scoped_nsautorelease_pool.h | ||
scoped_nsautorelease_pool.mm | ||
waitforsignal.cpp | ||
waitforsignal.h | ||
workerpool.cpp | ||
workerpool.h |