MCPcopy Create free account
hub / github.com/MonaSolutions/MonaServer / StringWriter

Method StringWriter

MonaCore/include/Mona/StringWriter.h:31–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29public:
30
31 StringWriter(const PoolBuffers& poolBuffers) : _pString(NULL),DataWriter(poolBuffers) {}
32 StringWriter(std::string& buffer) : _pString(&buffer) {}
33
34 UInt64 beginObject(const char* type = NULL) { return 0; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected