MCPcopy Create free account
hub / github.com/apache/qpid-proton / more

Method more

cpp/src/decoder.cpp:68–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66void decoder::decode(const std::string& s) { decode(s.data(), s.size()); }
67
68bool decoder::more() {
69 internal::state_guard sg(*this);
70 return next();
71}
72
73type_id decoder::pre_get() {
74 if (!next()) throw conversion_error("no more data");

Callers 3

compareFunction · 0.45
printFunction · 0.45

Calls 1

nextFunction · 0.85

Tested by 1