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

◆ next() [1/2]

const CLEDController * fl::CLEDController::next ( ) const
inline

Get the next controller in the linked list after this one (const version).

Will return nullptr at the end of the linked list.

Returns
CLEDController::mPNext

Definition at line 230 of file cled_controller.h.

230{ return mPNext; }
CLEDController * mPNext
pointer to the next LED controller in the linked list

References CLEDController(), FL_NOEXCEPT, and mPNext.

+ Here is the call graph for this function: