ESP-IDF
ot::AsConst()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::AsConst()
ot::AsConst()
Syntax
Show:
Summary
Declaration
from
const_cast.hpp:50
const
Type
&
AsConst
(
Type
&
aObject
)
;
Examples
References
from
examples
Code
Location
Scope
Referrer
template
<
typename
Type
>
const
Type
&
AsConst
(
Type
&
aObject
)
{
return
const_cast
<
const
Type
&
>
(
aObject
)
;
}
const_cast.hpp:50
template
<
typename
Type
>
const
Type
*
AsConst
(
Type
*
aPointer
)
{
return
const_cast
<
const
Type
*
>
(
aPointer
)
;
}
const_cast.hpp:61
return
AsNonConst
(
FindTlv
(
AsConst
(
aTlvsStart
)
,
aTlvsLength
,
aType
)
)
;
tlvs.hpp:661
ot::Tlv
ot::Tlv::FindTlv()
Call Tree
from
examples
ot::AsConst()
is called by 1 function:
ot::Tlv::FindTlv()
All items filtered out
ot::AsConst()
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