MCPcopy Create free account
hub / github.com/bcndev/bytecoin / BinaryOutputStream

Method BinaryOutputStream

src/seria/BinaryOutputStream.hpp:13–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11class BinaryOutputStream : public ISeria {
12public:
13 explicit BinaryOutputStream(common::IOutputStream &strm) : ISeria(false, false), stream(strm) {}
14
15 bool begin_object() override { return true; }
16 void object_key(common::StringView, bool optional) override {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected