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

Function end_object

extern/json/json.hpp:6823–6831  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6821 }
6822
6823 bool end_object()
6824 {
6825 JSON_ASSERT(!ref_stack.empty());
6826 JSON_ASSERT(ref_stack.back()->is_object());
6827
6828 ref_stack.back()->set_parents();
6829 ref_stack.pop_back();
6830 return true;
6831 }
6832
6833 bool start_array(std::size_t len)
6834 {

Callers

nothing calls this directly

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected