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

Function add

dependencies/json/json.hpp:7340–7343  ·  view source on GitHub ↗

add a character to token_buffer

Source from the content-addressed store, hash-verified

7338
7339 /// add a character to token_buffer
7340 void add(char_int_type c)
7341 {
7342 token_buffer.push_back(static_cast<typename string_t::value_type>(c));
7343 }
7344
7345 public:
7346 /////////////////////

Callers 3

next_byte_in_rangeMethod · 0.70
scan_stringMethod · 0.70
scan_numberMethod · 0.70

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected