MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/SPlisHSPlasH / add

Function add

extern/json/json.hpp:8706–8709  ·  view source on GitHub ↗

add a character to token_buffer

Source from the content-addressed store, hash-verified

8704
8705 /// add a character to token_buffer
8706 void add(char_int_type c)
8707 {
8708 token_buffer.push_back(static_cast<typename string_t::value_type>(c));
8709 }
8710
8711 public:
8712 /////////////////////

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