MCPcopy Create free account
hub / github.com/Tencent/tgfx / MemoryWriteStream

Method MemoryWriteStream

include/tgfx/core/WriteStream.h:141–141  ·  view source on GitHub ↗

* Creates a new MemoryWriteStream object. */

Source from the content-addressed store, hash-verified

139 * Creates a new MemoryWriteStream object.
140 */
141 MemoryWriteStream() = default;
142
143 std::vector<uint8_t> buffer{};
144};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected