ESP-IDF
ot::PriorityQueue::GetTail()
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::PriorityQueue::GetTail()
ot::PriorityQueue::GetTail() method
Returns the tail of the list (last message in the list).
Syntax
Show:
Summary
Declaration
from
message.hpp:1754
Message
*
GetTail
(
void
)
;
Return value
A pointer to the tail of the list.
Examples
References
from
examples
Code
Location
Scope
Referrer
Message
*
GetTail
(
void
)
{
return
AsNonConst
(
AsConst
(
this
)
->
GetTail
(
)
)
;
}
message.hpp:1754
tail
=
priorityQueue
->
GetTail
(
)
;
message.cpp:261
ot::Message
ot::Message::GetNext() const
Call Tree
from
examples
ot::PriorityQueue::GetTail()
is called by 1 function:
ot::Message::GetNext() const
All items filtered out
ot::PriorityQueue::GetTail()
All items filtered out
Data Use
from
examples
All items filtered out
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