|
FastLED 3.9.15
|
Definition at line 40 of file referent.h.
#include <referent.h>
Inheritance diagram for fl::Referent:
Collaboration diagram for fl::Referent:Public Member Functions | |
| Referent () | |
| Referent (const Referent &) | |
| virtual | ~Referent () |
| WeakReferent * | getWeakReferent () |
| Referent & | operator= (const Referent &) |
| void | ref () |
| int | ref_count () const |
| void | unref () |
Protected Attributes | |
| int | mRefCount |
| WeakReferent * | mWeakReferent |