FastLED 3.9.15
Loading...
Searching...
No Matches

◆ unref()

void fl::WeakReferent::unref ( )
inline

Definition at line 254 of file ptr.h.

254 {
255 if (--mRefCount == 0) {
256 destroy();
257 }
258 }
void destroy()
Definition ptr.h:259
int mRefCount
Definition ptr.h:270

References destroy(), and mRefCount.

+ Here is the call graph for this function: