FastLED
3.9.15
Loading...
Searching...
No Matches
◆
add_shared_ref()
void fl::detail::ControlBlockBase::add_shared_ref
(
)
inline
Definition at line
41
of file
shared_ptr.h
.
41
{
42
if
(
shared_count
!=
NO_TRACKING_VALUE
) {
43
++
shared_count
;
44
}
45
}
fl::detail::ControlBlockBase::NO_TRACKING_VALUE
static constexpr fl::u32 NO_TRACKING_VALUE
Definition
shared_ptr.h:32
fl::detail::ControlBlockBase::shared_count
fl::atomic_u32 shared_count
Definition
shared_ptr.h:28
References
NO_TRACKING_VALUE
, and
shared_count
.
fl
detail
ControlBlockBase
Generated on Fri Aug 22 2025 20:59:37 for FastLED by
1.13.2