ESP-IDF
ot::Unequatable
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::Unequatable
ot::Unequatable
Syntax
Show:
Summary
Declaration
from
equatable.hpp:51
class
Unequatable
{
public
:
bool
operator
!=
(
const
Type
&
aOther
)
const
{
return
!
(
*
static_cast
<
const
Type
*
>
(
this
)
==
aOther
)
;
}
}
;
Examples
References
from
examples
Code
Location
Referrer
template
<
typename
Type
>
class
Unequatable
equatable.hpp:51
class
Data
:
public
Clearable
<
Data
<
kDataLengthType
>
>
,
public
Unequatable
<
Data
<
kDataLengthType
>
>
,
private
DataUtils
data.hpp:105
ot::Data
template
<
typename
Type
>
class
Equatable
:
public
Unequatable
<
Type
>
equatable.hpp:75
class
String
:
public
Unequatable
<
String
>
heap_string.hpp:53
ot::Heap::String
class
Time
:
public
Unequatable
<
Time
>
time.hpp:59
ot::Time
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
ot::Unequatable
inherits 3 classess:
ot::Data
ot::Time
ot::Heap::String
All items filtered out
ot::Unequatable
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