MCPcopy Create free account
hub / github.com/FastLED/FastLED / getNext

Method getNext

tests/fl/stl/weak_ptr.cpp:313–313  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

311
312 void setNext(fl::shared_ptr<Node> next) { mNext = next; }
313 fl::shared_ptr<Node> getNext() const { return mNext; }
314
315 void setWeakNext(fl::weak_ptr<Node> next) { mWeakNext = next; }
316 fl::weak_ptr<Node> getWeakNext() const { return mWeakNext; }

Callers 1

FL_TEST_FILEFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected