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

◆ unref()

void fl::WeakReferent::unref ( )
inline

Definition at line 269 of file ptr.h.

269 {
270 if (--mRefCount == 0) {
271 destroy();
272 }
273 }
void destroy()
Definition ptr.h:274
int mRefCount
Definition ptr.h:285

References destroy(), and mRefCount.

+ Here is the call graph for this function: