MCPcopy Create free account
hub / github.com/TombEngine/TombEngine / ToString

Method ToString

Libs/flatbuffers/flexbuffers.h:535–539  ·  view source on GitHub ↗

Unlike AsString(), this will convert any type to a std::string.

Source from the content-addressed store, hash-verified

533
534 // Unlike AsString(), this will convert any type to a std::string.
535 std::string ToString() const {
536 std::string s;
537 ToString(false, false, s);
538 return s;
539 }
540
541 // Convert any type to a JSON-like string. strings_quoted determines if
542 // string values at the top level receive "" quotes (inside other values

Callers 1

AppendToStringFunction · 0.45

Calls 15

ToStringFunction · 0.85
IndirectFunction · 0.85
EscapeStringFunction · 0.85
NumToStringFunction · 0.85
IsBoolFunction · 0.85
IsVectorFunction · 0.85
IsTypedVectorFunction · 0.85
IsFixedTypedVectorFunction · 0.85
lengthMethod · 0.80
KeysMethod · 0.80
ValuesMethod · 0.80
IsFloatFunction · 0.70

Tested by

no test coverage detected