FastLED
3.9.15
Loading...
Searching...
No Matches
◆
remove()
template<typename FunctionType>
void
fl::FunctionListBase
< FunctionType >::remove
(
int
id
)
inline
Definition at line
29
of file
function_list.h
.
29
{
30
for
(
int
i
=
mFunctions
.size() - 1;
i
>= 0; --
i
) {
31
if
(
mFunctions
[
i
].
first
==
id
) {
32
mFunctions
.erase(
mFunctions
.begin() +
i
);
33
}
34
}
35
}
fl::FunctionListBase::mFunctions
fl::vector< pair< int, FunctionType > > mFunctions
Definition
function_list.h:11
fl::FunctionListBase
Definition
function_list.h:9
References
mFunctions
.
fl
FunctionListBase
Generated on Thu Jun 5 2025 04:29:40 for FastLED by
1.13.2