ESP-IDF
ot::StringWriter::IsTruncated() const
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::StringWriter::IsTruncated() const
ot::StringWriter::IsTruncated() const method
Returns whether the output is truncated.
Syntax
Show:
Summary
Declaration
from
string.hpp:410
bool
IsTruncated
(
void
)
const
;
Return value
true The output is truncated. false The output is not truncated.
Notes
If the output is truncated, the buffer is still null-terminated.
Examples
References
from
examples
Code
Location
Scope
Referrer
bool
IsTruncated
(
void
)
const
{
return
mLength
>=
mSize
;
}
string.hpp:410
if
(
IsTruncated
(
)
)
string.cpp:342
ot::StringWriter
ot::StringWriter::AppendVarArgs()
Call Tree
from
examples
ot::StringWriter::IsTruncated() const
is called by 1 function:
ot::StringWriter::AppendVarArgs()
All items filtered out
ot::StringWriter::IsTruncated() const
All items filtered out
Data Use
from
examples
ot::StringWriter::IsTruncated() const
reads 2 variables:
ot::StringWriter::mLength
ot::StringWriter::mSize
All items filtered out
ot::StringWriter::IsTruncated() const
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