ESP-IDF
ot::Events::IsEmpty() const
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::Events::IsEmpty() const
ot::Events::IsEmpty() const method
Indicates whether the `Events` list is empty.
Syntax
Show:
Summary
Declaration
from
notifier.hpp:164
bool
IsEmpty
(
void
)
const
;
Return value
TRUE if the list is empty, FALSE otherwise.
Examples
References
from
examples
Code
Location
Scope
Referrer
bool
IsEmpty
(
void
)
const
{
return
(
mEventFlags
==
0
)
;
}
notifier.hpp:164
VerifyOrExit
(
!
mEventsToSignal
.
IsEmpty
(
)
)
;
notifier.cpp:112
ot::Notifier
ot::Notifier::EmitEvents()
bool
IsPending
(
void
)
const
{
return
!
mEventsToSignal
.
IsEmpty
(
)
;
}
notifier.hpp:236
ot::Notifier
ot::Notifier::IsPending() const
Call Tree
from
examples
ot::Events::IsEmpty() const
is called by 2 functions:
ot::Notifier::IsPending() const
ot::Notifier::EmitEvents()
All items filtered out
ot::Events::IsEmpty() const
All items filtered out
Data Use
from
examples
ot::Events::IsEmpty() const
reads 1 variable:
ot::Events::mEventFlags
All items filtered out
ot::Events::IsEmpty() const
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out