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

Function push_back

extern/json/json.hpp:13902–13905  ·  view source on GitHub ↗

@brief append an unescaped token at the end of the reference pointer @sa https://json.nlohmann.me/api/json_pointer/push_back/

Source from the content-addressed store, hash-verified

13900 /// @brief append an unescaped token at the end of the reference pointer
13901 /// @sa https://json.nlohmann.me/api/json_pointer/push_back/
13902 void push_back(const string_t& token)
13903 {
13904 reference_tokens.push_back(token);
13905 }
13906
13907 /// @brief append an unescaped token at the end of the reference pointer
13908 /// @sa https://json.nlohmann.me/api/json_pointer/push_back/

Callers 3

json.hppFile · 0.70
insertFunction · 0.70
operator+=Function · 0.70

Calls 14

moveFunction · 0.85
is_nullFunction · 0.85
is_arrayFunction · 0.85
type_nameFunction · 0.85
set_parentFunction · 0.85
is_objectFunction · 0.85
basic_jsonFunction · 0.85
moved_or_copiedMethod · 0.80
createFunction · 0.70
concatFunction · 0.70
push_backMethod · 0.45
insertMethod · 0.45

Tested by

no test coverage detected