MCPcopy Create free account
hub / github.com/AbyssEngine/AbyssEngineOld / SizeableStreambuf

Class SizeableStreambuf

src/Abyss/FileSystem/InputStream.h:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6namespace Abyss::FileSystem {
7
8class SizeableStreambuf : public std::basic_streambuf<char> {
9 public:
10 [[nodiscard]] virtual auto size() const -> std::streamsize = 0;
11};
12
13class InputStream final : public std::istream {
14 std::unique_ptr<std::streambuf> _streamBuff;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected