MCPcopy Create free account
hub / github.com/LAStools/LAStools / write_character

Method write_character

src/json.hpp:14974–14977  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14972 {}
14973
14974 void write_character(CharType c) override
14975 {
14976 v.push_back(c);
14977 }
14978
14979 JSON_HEDLEY_NON_NULL(2)
14980 void write_characters(const CharType* s, std::size_t length) override

Callers 12

write_cborMethod · 0.45
write_msgpackMethod · 0.45
write_ubjsonMethod · 0.45
write_bson_booleanMethod · 0.45
write_bson_arrayMethod · 0.45
write_bson_objectMethod · 0.45
write_bjdata_ndarrayMethod · 0.45
write_compact_floatMethod · 0.45
dumpMethod · 0.45
dump_integerFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected