MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / write_character

Method write_character

Source/Utils/json.hpp:12651–12654  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12649 {}
12650
12651 void write_character(CharType c) override
12652 {
12653 v.push_back(c);
12654 }
12655
12656 JSON_HEDLEY_NON_NULL(2)
12657 void write_characters(const CharType* s, std::size_t length) override

Callers 11

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_compact_floatMethod · 0.45
dumpMethod · 0.45
dump_integerMethod · 0.45

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected