MCPcopy Create free account
hub / github.com/CalcProgrammer1/OpenRGB / write_character

Method write_character

dependencies/json/json.hpp:12726–12729  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12724 {}
12725
12726 void write_character(CharType c) override
12727 {
12728 v.push_back(c);
12729 }
12730
12731 JSON_HEDLEY_NON_NULL(2)
12732 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_integerFunction · 0.45

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected