ESP-IDF
ot::Stringify::Entry
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Methods
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::Stringify::Entry
ot::Stringify::Entry class
Represents a entry in the lookup table.
Syntax
Show:
Summary
Declaration
from
string.hpp:519
class
Entry
{
friend
class
BinarySearch
;
public
:
uint16_t
mKey
;
const
char
*
mString
;
private
:
int
Compare
(
uint16_t
aKey
)
const
{
return
ThreeWayCompare
(
aKey
,
mKey
)
;
}
constexpr
static
bool
AreInOrder
(
const
Entry
&
aFirst
,
const
Entry
&
aSecond
)
{
return
aFirst
.
mKey
<
aSecond
.
mKey
;
}
}
;
Fields
Field
Declared as
ot::Stringify::Entry::mKey
uint16_t
ot::Stringify::Entry::mString
const
char
*
Methods
Compare() const
AreInOrder()
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
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