ESP-IDF
ot::StringWriter::mLength
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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::StringWriter::mLength
ot::StringWriter::mLength field
Syntax
Show:
Summary
Declaration
from
string.hpp:478
uint16_t
mLength
;
Examples
References
from
examples
Code
Location
Scope
Referrer
uint16_t
mLength
;
string.hpp:478
,
mLength
(
0
)
string.cpp:310
ot::StringWriter
ot::StringWriter::StringWriter()
mLength
=
0
;
string.cpp:319
ot::StringWriter
ot::StringWriter::Clear()
mLength
+=
static_cast
<
uint16_t
>
(
len
)
;
string.cpp:340
ot::StringWriter
ot::StringWriter::AppendVarArgs()
bool
IsTruncated
(
void
)
const
{
return
mLength
>=
mSize
;
}
string.hpp:410
ot::StringWriter
ot::StringWriter::IsTruncated() const
uint16_t
GetLength
(
void
)
const
{
return
mLength
;
}
string.hpp:419
ot::StringWriter
ot::StringWriter::GetLength() const
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::StringWriter::mLength
is written by 2 functions and is read by 3 functions:
ot::StringWriter::Clear()
ot::StringWriter::AppendVarArgs()
All items filtered out
ot::StringWriter::mLength
ot::StringWriter::IsTruncated() const
ot::StringWriter::GetLength() const
ot::StringWriter::AppendVarArgs()
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