ESP-IDF
otCacheEntryIterator::mData
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
otCacheEntryIterator::mData
otCacheEntryIterator::mData field
Syntax
Show:
Summary
Declaration
from
thread_ftd.h:119
const
void
*
mData
[
2
]
;
Examples
References
from
examples
Code
Location
Scope
Referrer
const
void
*
mData
[
2
]
;
///< Opaque data used by the core implementation. Should not be changed by user.
thread_ftd.h:119
const
CacheEntry
*
GetEntry
(
void
)
const
{
return
static_cast
<
const
CacheEntry
*
>
(
mData
[
kEntryIndex
]
)
;
}
address_resolver.hpp:85
ot::AddressResolver::Iterator
ot::AddressResolver::Iterator::GetEntry() const
void
SetEntry
(
const
CacheEntry
*
aEntry
)
{
mData
[
kEntryIndex
]
=
aEntry
;
}
address_resolver.hpp:86
ot::AddressResolver::Iterator
ot::AddressResolver::Iterator::SetEntry()
const
CacheEntryList
*
GetList
(
void
)
const
{
return
static_cast
<
const
CacheEntryList
*
>
(
mData
[
kListIndex
]
)
;
}
address_resolver.hpp:87
ot::AddressResolver::Iterator
ot::AddressResolver::Iterator::GetList() const
void
SetList
(
const
CacheEntryList
*
aList
)
{
mData
[
kListIndex
]
=
aList
;
}
address_resolver.hpp:88
ot::AddressResolver::Iterator
ot::AddressResolver::Iterator::SetList()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
otCacheEntryIterator::mData
is read by 4 functions:
All items filtered out
otCacheEntryIterator::mData
ot::AddressResolver::Iterator::GetEntry() const
ot::AddressResolver::Iterator::SetEntry()
ot::AddressResolver::Iterator::GetList() const
ot::AddressResolver::Iterator::SetList()
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