StormByte C++ Library: Buffer module 0.0.9999
StormByte-Buffer is a StormByte library module for handling buffers
Loading...
Searching...
No Matches
StormByte::Buffer::WriteOnly Member List

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

DataConvert(const Src &src) noexceptStormByte::Buffer::Genericinlineprotectedstatic
DataConvert(Src &&src) noexcept (defined in StormByte::Buffer::Generic)StormByte::Buffer::Genericinlineprotectedstatic
DataConvert(std::string_view sv) noexceptStormByte::Buffer::Genericinlineprotectedstatic
DataConvert(const char *s) noexceptStormByte::Buffer::Genericinlineprotectedstatic
Generic() noexcept=defaultStormByte::Buffer::Generic
Generic(const DataType &data) noexceptStormByte::Buffer::Genericinline
Generic(DataType &&data) noexceptStormByte::Buffer::Genericinline
Generic(const Generic &) noexcept=defaultStormByte::Buffer::Generic
Generic(Generic &&) noexcept=defaultStormByte::Buffer::Generic
IsWritable() const noexcept=0StormByte::Buffer::WriteOnlypure virtual
m_bufferStormByte::Buffer::Genericprotected
operator=(const WriteOnly &)=defaultStormByte::Buffer::WriteOnly
operator=(WriteOnly &&) noexcept=defaultStormByte::Buffer::WriteOnly
StormByte::Buffer::Generic::operator=(const Generic &other)=defaultStormByte::Buffer::Generic
StormByte::Buffer::Generic::operator=(Generic &&) noexcept=defaultStormByte::Buffer::Generic
Write(const std::size_t &count, const DataType &data) noexcept=0StormByte::Buffer::WriteOnlypure virtual
Write(std::string_view sv) noexceptStormByte::Buffer::WriteOnlyinline
Write(const char *s) noexceptStormByte::Buffer::WriteOnlyinline
Write(const std::size_t &count, std::string_view sv) noexceptStormByte::Buffer::WriteOnlyinline
Write(const std::size_t &count, const char *s) noexceptStormByte::Buffer::WriteOnlyinline
Write(const char(&s)[N]) noexceptStormByte::Buffer::WriteOnlyinline
Write(const R &r) noexceptStormByte::Buffer::WriteOnlyinline
Write(const std::size_t &count, const Rw &r) noexceptStormByte::Buffer::WriteOnlyinline
Write(const std::size_t &count, Rrw &&r) noexceptStormByte::Buffer::WriteOnlyinline
Write(Rr &&r) noexceptStormByte::Buffer::WriteOnlyinline
Write(I first, S last) noexceptStormByte::Buffer::WriteOnlyinline
Write(const std::size_t &count, I2 first, S2 last) noexceptStormByte::Buffer::WriteOnlyinline
Write(const std::size_t &count, DataType &&data) noexcept=0StormByte::Buffer::WriteOnlypure virtual
Write(const std::size_t &count, const ReadOnly &data) noexcept=0StormByte::Buffer::WriteOnlypure virtual
Write(const ReadOnly &data) noexceptStormByte::Buffer::WriteOnlyinline
Write(const std::size_t &count, ReadOnly &&data) noexcept=0StormByte::Buffer::WriteOnlypure virtual
Write(ReadOnly &&data) noexceptStormByte::Buffer::WriteOnlyinline
WriteOnly() noexceptStormByte::Buffer::WriteOnlyinline
WriteOnly(const DataType &data) noexceptStormByte::Buffer::WriteOnlyinline
WriteOnly(DataType &&data) noexceptStormByte::Buffer::WriteOnlyinline
WriteOnly(const WriteOnly &)=defaultStormByte::Buffer::WriteOnly
WriteOnly(WriteOnly &&) noexcept=defaultStormByte::Buffer::WriteOnly
~Generic() noexcept=0StormByte::Buffer::Genericpure virtual
~WriteOnly() noexcept=defaultStormByte::Buffer::WriteOnlyvirtual