StormByte C++ Library: Buffer module 1.2.0
StormByte-Buffer is the buffer module of the StormByte C++ suite.
Loading...
Searching...
No Matches
StormByte::Buffer::ExternalReader Member List

This is the complete list of members for StormByte::Buffer::ExternalReader, including all inherited members.

AvailableBytes() const noexcept=0StormByte::Buffer::ExternalReaderpure virtual
Clean() noexceptStormByte::Buffer::ExternalReadervirtual
Empty() const noexcept=0StormByte::Buffer::ExternalReaderpure virtual
EoF() const noexcept=0StormByte::Buffer::ExternalReaderpure virtual
ExternalReader() noexcept=defaultStormByte::Buffer::ExternalReader
ExternalReader(const ExternalReader &)=defaultStormByte::Buffer::ExternalReader
ExternalReader(ExternalReader &&) noexcept=defaultStormByte::Buffer::ExternalReader
Extract(std::size_t count, DataType &out) noexcept=0StormByte::Buffer::ExternalReaderpure virtual
Extract(DataType &out) noexceptStormByte::Buffer::ExternalReaderinline
ExtractUntilEoF(DataType &out) noexcept=0StormByte::Buffer::ExternalReaderpure virtual
IsReadable() const noexcept=0StormByte::Buffer::ExternalReaderpure virtual
operator=(const ExternalReader &)=defaultStormByte::Buffer::ExternalReader
operator=(ExternalReader &&) noexcept=defaultStormByte::Buffer::ExternalReader
Peek(std::size_t count, DataType &out) const noexcept=0StormByte::Buffer::ExternalReaderpure virtual
Read(std::size_t count, DataType &out) const noexcept=0StormByte::Buffer::ExternalReaderpure virtual
Read(DataType &out) const noexceptStormByte::Buffer::ExternalReaderinline
ReadUntilEoF(DataType &out) const noexcept=0StormByte::Buffer::ExternalReaderpure virtual
Seek(std::ptrdiff_t offset, Position mode) const noexceptStormByte::Buffer::ExternalReadervirtual
~ExternalReader() noexcept overrideStormByte::Buffer::ExternalReader