MCPcopy Create free account
hub / github.com/USCiLab/cereal / Tell

Method Tell

include/cereal/external/rapidjson/stream.h:161–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159 Ch Peek() const { return *src_; }
160 Ch Take() { return *src_++; }
161 size_t Tell() const { return static_cast<size_t>(src_ - head_); }
162
163 Ch* PutBegin() { CEREAL_RAPIDJSON_ASSERT(false); return 0; }
164 void Put(Ch) { CEREAL_RAPIDJSON_ASSERT(false); }

Callers 4

TellMethod · 0.45
WriteRawValueMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected