MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / Flush

Function Flush

Source/ThirdParty/rapidjson/memorybuffer.h:43–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41
42 void Put(Ch c) { *stack_.template Push<Ch>() = c; }
43 void Flush() {}
44
45 void Clear() { stack_.Clear(); }
46 void ShrinkToFit() { stack_.ShrinkToFit(); }

Callers 5

EndObjectMethod · 0.70
EndArrayMethod · 0.70
EndValueMethod · 0.70
SeekMethod · 0.50
TellMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected