ESP-IDF
ot::Settings::ChildInfoIterator::mIndex
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::Settings::ChildInfoIterator::mIndex
ot::Settings::ChildInfoIterator::mIndex field
Syntax
Show:
Summary
Declaration
from
settings.hpp:1050
uint16_t
mIndex
;
Examples
References
from
examples
Code
Location
Scope
Referrer
uint16_t
mIndex
;
settings.hpp:1050
,
mIndex
(
0
)
settings.cpp:287
ot::Settings::ChildInfoIterator
ot::Settings::ChildInfoIterator::ChildInfoIterator()
mIndex
++
;
settings.cpp:297
ot::Settings::ChildInfoIterator
ot::Settings::ChildInfoIterator::Advance()
SuccessOrExit
(
error
=
Get
<
SettingsDriver
>
(
)
.
Delete
(
kKeyChildInfo
,
mIndex
)
)
;
settings.cpp:307
ot::Settings::ChildInfoIterator
ot::Settings::ChildInfoIterator::Delete()
return
(
mIsDone
&&
aOther
.
mIsDone
)
||
(
!
mIsDone
&&
!
aOther
.
mIsDone
&&
(
mIndex
==
aOther
.
mIndex
)
)
;
settings.hpp:1030
ot::Settings::ChildInfoIterator
ot::Settings::ChildInfoIterator::operator() const
,
mIndex
(
0
)
settings.hpp:1041
ot::Settings::ChildInfoIterator
ot::Settings::ChildInfoIterator::ChildInfoIterator()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Settings::ChildInfoIterator::mIndex
is written by 1 function and is read by 3 functions:
ot::Settings::ChildInfoIterator::Advance()
All items filtered out
ot::Settings::ChildInfoIterator::mIndex
ot::Settings::ChildInfoIterator::operator() const
ot::Settings::ChildInfoIterator::Advance()
ot::Settings::ChildInfoIterator::Delete()
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