libcosmos
Linux C++ System Programming Library
Loading...
Searching...
No Matches
cosmos::StreamIO Member List

This is the complete list of members for cosmos::StreamIO, including all inherited members.

m_stream_fd (defined in cosmos::StreamIO)cosmos::StreamIOprotected
operator=(const StreamIO &)=delete (defined in cosmos::StreamIO)cosmos::StreamIO
operator=(StreamIO &&) noexcept (defined in cosmos::StreamIO)cosmos::StreamIOinline
read(void *buf, size_t length)cosmos::StreamIO
read(ReadIOVector &iovec)cosmos::StreamIO
readAll(void *buf, size_t length)cosmos::StreamIO
readAll(std::string &s, size_t length)cosmos::StreamIOinline
readAll(ReadIOVector &iovec)cosmos::StreamIOinline
seek(const SeekType type, off_t off)cosmos::StreamIO
seekFromCurrent(off_t off)cosmos::StreamIOinline
seekFromEnd(off_t off)cosmos::StreamIOinline
seekFromStart(off_t off)cosmos::StreamIOinline
SeekType enum namecosmos::StreamIO
StreamIO(FileDescriptor &fd) (defined in cosmos::StreamIO)cosmos::StreamIOinlineexplicit
StreamIO(const StreamIO &)=delete (defined in cosmos::StreamIO)cosmos::StreamIO
write(const void *buf, size_t length)cosmos::StreamIO
write(const std::string_view data)cosmos::StreamIOinline
write(WriteIOVector &iovec)cosmos::StreamIO
writeAll(const void *buf, size_t length)cosmos::StreamIO
writeAll(const std::string_view data)cosmos::StreamIOinline
writeAll(WriteIOVector &iovec)cosmos::StreamIOinline